DashboardDesignerIsPageShowing Method |
|
DataPA OpenAnalytics API Reference
Gets or sets a value indicating whether the docking page specified by PageType and Index is visible. (Index is only applicable if the PageType is DashboardPageType.DataViewer, and refers to the index of the specific DataViewer page in the DataViewerPages array.).
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool IsPageShowing(
DashboardDesignerDashboardPageType PageType,
int Index = 0
)
Public Function IsPageShowing (
PageType As DashboardDesignerDashboardPageType,
Optional Index As Integer = 0
) As Boolean
public:
virtual bool IsPageShowing(
DashboardDesignerDashboardPageType PageType,
int Index = 0
) sealed
function IsPageShowing(PageType, Index);
Parameters
- 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.
Return Value
Type:
BooleanTrue if page is shown.
Remarks See Also