Click or drag to resize
DashboardDesignerAddNewTab Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Adds a new DashboardTab object to the current ManagedDashboard object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public void AddNewTab(
	string TabTitle = null
)

Parameters

TabTitle (Optional)
Type: SystemString
The title of the tab to be created.
Remarks