FlexReport for WinForms
Format プロパティ (TextField)


C1.Report アセンブリ > C1.Report 名前空間 > TextField クラス : Format プロパティ
Gets or sets a string used to format the field value.
シンタックス
'宣言
 
Public Property Format As System.String
'使用法
 
Dim instance As TextField
Dim value As System.String
 
instance.Format = value
 
value = instance.Format
public System.string Format {get; set;}
解説

You can use the Format property to customize the way numbers, dates, times, and text are displayed and printed.

For example, if you've created a Price field, you can set its Format property to "Currency". If the field value is set to "4321.678", it would be rendered as $4,321.68.

You can use the Format property to format numbers (including currency and percentage values), dates, boolean values, and strings.

参照

参照

TextField クラス
TextField メンバ