ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / MhtExportSettings Class / OutputTOC Property

In This Topic
    OutputTOC Property (MhtExportSettings)
    In This Topic
    Gets or sets a value indicating whether to include a table of contents (TOC) in the output.
    Syntax
    'Declaration
     
    Public Property OutputTOC As BoolDefaultExportSetting
    public BoolDefaultExportSetting OutputTOC {get; set;}

    Property Value

    A BoolDefaultExportSetting object representing whether to include a TOC in the output.
    See Also