[]
Gets or sets a value indicating whether the tabs for switching between Design, Script, and Preview modes are displayed in the report designer interface.
public bool ReportTabsVisible { get; set; }
Type | Description |
---|---|
bool |
|
This property allows you to control the visibility of the Design, Script, and Preview tabs, providing a way to customize the report designer's interface according to the user's needs or preferences.
// Hide the tabs for switching between Design, Script, and Preview modes. To enable the tabs, set the property to true.
designer.ReportTabsVisible = false;