DataPA Enterprise Dashboard Controls API Reference
Creates and adds a new DashboardTab to this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public DashboardTab Add()
Visual Basic
Public Function Add As DashboardTab
Visual C++
public:
virtual DashboardTab^ Add() sealed

Return Value

Type: DashboardTab
The new DashboardTab added to the collection.

Remarks