ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / TocPanel Class / Clear Method

In This Topic
    Clear Method (TocPanel)
    In This Topic
    Clears the table of contents panel.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub Clear() 
    public override void Clear()
    Remarks
    This method provides functionality to clear all entries from the Table of Contents (TOC) panel. It can be used to reset the TOC, typically in preparation for loading a new report or when the current report's structure changes significantly.
    See Also