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

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

    Property Value

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