ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Xml Assembly / GrapeCity.ActiveReports.Export.Text.Page Namespace / CsvRenderingExtension.Settings Class / NumericFormat Property

In This Topic
    NumericFormat Property (CsvRenderingExtension.Settings)
    In This Topic
    Default format for numeric values. See also "Custom numeric format strings". Suggested to specify something like "0.####".
    Syntax
    'Declaration
     
    Public Property NumericFormat As String
    public string NumericFormat {get; set;}
    See Also