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

In This Topic
    Refresh Method (TocPanel)
    In This Topic
    Forces the table of contents panel to invalidate its client area and immediately redraw itself and any child controls.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub Refresh() 
    public override void Refresh()
    Remarks
    This method is essential for ensuring that the TOC panel reflects the most current state of the report's structure. It can be particularly useful after modifications to the report, such as adding or removing sections, to ensure that these changes are accurately represented in the TOC.
    See Also