[]
        
(Showing Draft Content)

C1.Report.TextField.Format

Format Property

Format

Gets or sets a string used to format the field value.

Declaration
[C1Category("Appearance")]
[C1Description("TextField.Format", "The string used to format the field value.")]
public string Format { get; set; }
<C1Category("Appearance")>
<C1Description("TextField.Format", "The string used to format the field value.")>
Public Property Format As String
Remarks

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.