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

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

    Property Value

    A DocxExportSettings object represents default export settings for a `docx` format.
    See Also