[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.TocPanel.Text

Text Property

Text

Gets or sets the caption of the Table of Contents (TOC) panel.

Declaration
public override string Text { get; set; }
Property Value
Type Description
string

The caption text of the TOC panel. The default value is an empty string ("").

Overrides
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.