[]
Gets or sets a value indicating whether the panel containing the tabs for switching between Design, Script, and Preview modes is visible.
public bool ReportTabsPanelVisible { get; set; }
Type | Description |
---|---|
bool |
|
This property allows for the customization of the report designer's interface by controlling the visibility of the panel that contains the Design, Script, and Preview tabs. It can be used to streamline the interface in scenarios where switching between these modes is not necessary.
// You can hide the whole report tabs/tool pane.
designer.ReportTabxPanelVisible = false;