Gets or sets a value indicating whether all text in the current report should be rendered using GDI+ text API.

The default value is false.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[BrowsableAttribute(true)]
public bool UseGdiPlusTextRendering { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<BrowsableAttribute(True)> _
Public Property UseGdiPlusTextRendering As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also