Dashboard Methods
Contains the full description of a dashboard used to visualize data.Name | Description |
---|---|
Add |
Obsolete. Adds a data source bound to the specified data and with the specified name to the Dashboard. |
Begin |
For internal use. |
Begin |
Locks the Dashboard object by preventing updates until the Dashboard. |
Begin |
Obsolete. Locks the Dashboard object by preventing layout updates until the Dashboard. |
Clone() | |
Create |
Creates a dashboard item group belonging to the current dashboard. |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
For internal use. |
End |
Unlocks the Dashboard object after a call to the Dashboard. |
End |
Obsolete. Unlocks the Dashboard object after a call to the Dashboard. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Load |
Loads the dashboard from the specified XML document. |
Load |
Loads a dashboard from the specified stream. |
Load |
Loads a dashboard from the specified XML file. |
Load |
Loads user data from the specified stream. |
Load |
Loads user data from the specified dashboard XML file. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Rebuild |
Updates the dashboard layout tree according to the current dashboard object model with the default size settings. |
Rebuild |
Updates the dashboard layout tree according to the current dashboard object model with the specified width and height. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Save |
Saves the current dashboard to an XML document. |
Save |
Saves the dashboard to the specified stream. |
Save |
Saves the dashboard to the specified XML file. |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
See Also