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

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

    Property Value

    A TxtExportSettings object represents default export settings for a `txt` format.
    See Also