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

In This Topic
    CsvExportSettings Property
    In This Topic
    Gets or sets the default export panel values for a `csv` format.
    Syntax
    'Declaration
     
    Public Property CsvExportSettings As CsvExportSettings
    public CsvExportSettings CsvExportSettings {get; set;}

    Property Value

    A CsvExportSettings object represents default export settings for a `csv` format.
    See Also