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

In This Topic
    Author Property (DocxExportSettings)
    In This Topic
    Gets or sets the author of the document.
    Syntax
    'Declaration
     
    Public Property Author As StringDefaultExportSetting
    public StringDefaultExportSetting Author {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the author of the document.
    See Also