Click or drag to resize
DashboardTab Constructor (String, DashboardTabs) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new DashboardTab object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardTab(
	string Title,
	DashboardTabs Parent
)

Parameters

Title
Type: SystemString
The title of this object.
Parent
Type: DataPAEnterpriseDashboardDashboardTabs
The parent of this object.
Remarks