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

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

    Property Value

    A DocExportSettings object represents default export settings for a `doc` format.
    See Also