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

In This Topic
    Author Property (XlsxDataExportSettings)
    In This Topic
    Gets or sets the name of the author that appears in the Author field of the Properties dialog in the XLSX file.
    Syntax
    'Declaration
     
    Public Property Author As StringDefaultExportSetting
    public StringDefaultExportSetting Author {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the author of the XLSX file.
    See Also