DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Adds a new DashboardTab object to the current ManagedDashboard object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public void AddNewTab( string TabTitle = null ) |
Visual Basic |
---|
Public Sub AddNewTab ( Optional TabTitle As String = Nothing ) |
Visual C++ |
---|
public: virtual void AddNewTab( String^ TabTitle = nullptr ) sealed |
Parameters
- TabTitle (Optional)
- Type: System..::..String
The title of the tab to be created.