ComponentOne FlexReport for WinForms
Format Property (Field)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Field Class : Format Property
Gets or sets a string used to format the field value.
Syntax
'Declaration
 
Public Property Format As System.String
public System.string Format {get; set;}
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.

The syntax for the format string is the same used with the .NET System.String.Format(System.String,System.Object) method.

See Also

Reference

Field Class
Field Members