Click or drag to resize
DashboardDesignerShowHideWindow Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Allows specific docking windows to be shown and hidden.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public void ShowHideWindow(
	bool Show,
	DashboardDesignerDashboardPageType PageType,
	int Index = 0
)

Parameters

Show
Type: SystemBoolean
True to show the page, false to hide the page.
PageType
Type: DataPAEnterpriseDashboardDashboardDesignerDashboardPageType
The type of page.
Index (Optional)
Type: SystemInt32
If the PageType is DashboardPageType.DataViewer, the index of the specific DataViewer page in the DataViewerPages array.
Remarks