Dashboard Members
In This Article
#Constructors
Name | Description |
---|---|
Dashboard() | Initializes a new instance of the Dashboard class with default settings. |
#Properties
Name | Description |
---|---|
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Color |
Provides access to a dashboard color scheme. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Currency |
Gets or sets the default currency for the Dashboard. |
Custom |
Gets a collection of metadata types that correspond to metadata descendants. |
Custom |
Gets custom properties available for the current dashboard. |
Data |
For internal use. |
Data |
Gets the collection of dashboard data sources. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Enable |
Gets or sets whether automatic updates are enabled for the current dashboard. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Groups | Provides access to a collection of dashboard item groups. |
Is |
For internal use. |
Items | Gets the collection of dashboard items. |
Layout |
Provides access to the dashboard layout settings. |
Layout |
Gets or sets the root dashboard layout group. |
Parameters | Provides access to dashboard parameters. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Title | Provides access to the title settings of the dashboard. |
User |
Gets or sets custom data to be saved to the dashboard XML definition. |
#Methods
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. |
#Events
Name | Description |
---|---|
Configure |
Allows you to customize connection settings before the connection to a data store (database, OLAP cube, etc.) is established. |
Connection |
Allows users to override the default behavior if data store connection fails with current connection parameters. |
Custom |
Occurs before a custom assembly is loaded for use as a Dashboard |
Custom |
Allows you to include WHERE clauses into Dashboard |
Custom |
Occurs before data is loaded from the data store and allows you to customize dashboard parameters that are used for data processing. |
Dashboard |
Occurs when the Dashboard Designer or Dashboard Viewer loads a dashboard. |
Data |
Allows you to provide data for the Dashboard |
Data |
Allows you to suppress the form containing errors that occur during data loading. |
Data |
Occurs after the collection of data sources has been changed. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Group |
Occurs after the collection of dashboard item groups is changed. |
Item |
Occurs after the collection of dashboard items has been changed. |
Options |
Occurs after any option in the current Dashboard is changed. |
Parameter |
Occurs after the collection of dashboard parameters has been changed. |
Validate |
Provides the capability to check the validity of the custom SQL query used to supply the dashboard with data. |
See Also