Click or drag to resize
DashboardTab Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object representing a visual tab on a Managed dashboard.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardDashboardTab

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class DashboardTab : _DashboardTab, 
	ISerializable

The DashboardTab type exposes the following members.

Constructors
  NameDescription
Public methodDashboardTab
Creates and returns a new DashboardTab object.
Public methodDashboardTab(String, DashboardTabs)
Creates and returns a new DashboardTab object.
Top
Methods
  NameDescription
Public methodCopyToClipboard
Copies this tab to the clipboard.
Public methodDrillDownParent
Returns a drilldown parent object based on the ID provided
Public methodGetObjectData
Public methodRefreshXML
Causes all DashboardObjects in this ManagedDashboard to rebuild the XML property.
Top
Fields
Properties
  NameDescription
Public propertyDashboardObjects
Gets and sets the DashboardObjects collection for this tab.
Public propertydesignMode
Gets and sets a value that indicates whether the tab is in design mode.
Public propertyDisposeOnLeave
Gets and sets a value that indicates if this tab will be disposed of when the user moves to another tab.
Public propertyGUID
Gets and sets a GUID that uniquely identifies this object.
Public propertyHidden
Gets and sets whether a dashboard tab is visible.
Public propertyID
Gets a value that indicates the Unique ID of this object
Public propertyLayoutXML
Gets and sets the XML that defines the layout of the Tab.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets an object that represents the parent of this object.
Public propertySelectedObject
Gets and sets a DashboardObject object that is the selected object in the tab.
Public propertytitle
Gets and sets a value that represents the title of the tab.
Top
Remarks