DataPA Enterprise Dashboard Controls API Reference

The DashboardTabs type exposes the following members.

Constructors

  Name Description
Public method DashboardTabs()()()()
Creates and returns a new DashboardTabs object.
Public method DashboardTabs(ManagedDashboard)
Creates and returns a new DashboardTabs object.

Methods

  Name Description
Public method Add()()()()
Creates and adds a new DashboardTab to this collection.
Public method Add(DashboardTab)
Adds a DashboardTab to this collection.
Public method Contains
Returns a value that indicates if an object with the ID exists in the collection
Public method ContainsTitle
Returns a value that indicates if an tab with the given title exists in the collection.
Public method GetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public method GetFirstTab
Gets the first Tab in the collection.
Public method GetNextTab
Gets the Next Tab in the collection.
Public method GetObjectData
Public method MoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public method ReBuild
Rebuilds the collection using the order specified in the IDs array.
Public method Remove(Int32)
Removes a DashboardTab from this collection.
Public method Remove(String)
Removes a DashboardTab from this collection.
Public method Reset
Implements System.Collections.IEnumerator.Reset.
Protected method SetObjectData
Public method TabFromObject
Returns a DashboardTab that contains the given DashboardObject.

Properties

  Name Description
Public property Count
Gets the number of DashboardTabs in this collection.
Public property Current
Implements System.Collections.IEnumerator.Current.
Public property Item[([( Int32])])
Gets and sets a DashboardTab in this collection.
Public property Item[([( String])])
Gets and sets a DashboardTab in this collection.
Public property Parent
Gets and sets an object that represents the parent of this object.
Public property TabOrder

See Also