Click or drag to resize
DashboardTabsTabFromObject Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a DashboardTab that contains the given DashboardObject.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardTab TabFromObject(
	DashboardObject DashboardObject
)

Parameters

DashboardObject
Type: DataPAEnterpriseDashboardDashboardObject
The DashboardObject to return the DashboardTab of.

Return Value

Type: DashboardTab
The Dashboardtab.
Remarks