StiRichTextFullConvertExpression Property |
Gets or sets value which indicates that it is necessary to fully convert the expression to Rtf format. Full convertion of expressions slows down the report rendering.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax [TypeConverterAttribute(typeof(StiBoolConverter))]
public bool FullConvertExpression { get; set; }
<TypeConverterAttribute(GetType(StiBoolConverter))>
Public Property FullConvertExpression As Boolean
Get
Set
Property Value
Type:
BooleanSee Also