[]
Gets or sets the caption of the Table of Contents (TOC) panel.
public override string Text { get; set; }
Type | Description |
---|---|
string | The caption text of the TOC panel. The default value is an empty string (""). |
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.