ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / CsvExportSettings Class / NumericFormat Property

In This Topic
    NumericFormat Property (CsvExportSettings)
    In This Topic
    Gets or sets the format string used for numeric values in the CSV file, for example, '0.####'.
    Syntax
    'Declaration
     
    Public Property NumericFormat As StringDefaultExportSetting
    public StringDefaultExportSetting NumericFormat {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the numeric format setting.
    See Also