ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / TocPanel Class / Text Property

In This Topic
    Text Property (TocPanel)
    In This Topic
    Gets or sets the caption of table of content panel.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Text As String
    public override string Text {get; set;}

    Property Value

    The caption text of the TOC panel. The default value is an empty string ("").
    Remarks
    This property allows for the customization of the TOC panel's caption, providing a way to label or title the panel according to the content or context of the report being viewed. The caption can be set to any string value, offering flexibility in how the TOC panel is presented to the user.
    Requirements

    See Also