FlexReport for WinForms
RTF プロパティ (Field)


C1.Report アセンブリ > C1.Report 名前空間 > Field クラス : RTF プロパティ
Gets or sets a value indicating whether strings enclosed in curly brackets should render as RTF.
シンタックス
'宣言
 
Public Property RTF As System.Boolean
'使用法
 
Dim instance As Field
Dim value As System.Boolean
 
instance.RTF = value
 
value = instance.RTF
public System.bool RTF {get; set;}
解説
If you set this property to true, any fields containing text enclosed in curly brackets will be rendered as RTF. This allows you to add complex formatting within a field.
参照

参照

Field クラス
Field メンバ