[]
Gets or sets a value indicating whether the Table of Contents (TOC) is expanded.
public bool Expanded { get; set; }
Type | Description |
---|---|
bool |
|
This property controls the expansion state of the TOC panel. When set to true
, the TOC panel is fully expanded, displaying all available
sections and subsections of the report. When set to false
, the TOC panel is collapsed, hiding its contents. This feature allows users
to manage the visibility of the report's structure for easier navigation and a cleaner workspace.