Gets or sets a value indicating whether all text in the current report
should be rendered using GDI+ text API.
Namespace:
C1.C1ReportThe default value is false.
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DefaultValueAttribute(false)] public bool UseGdiPlusTextRendering { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(True)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <DefaultValueAttribute(False)> _ Public Property UseGdiPlusTextRendering As Boolean Get Set |
Remarks
The default value for this property is False.