DashboardExtractDataSource Members
In This Article
#Constructors
Name | Description |
---|---|
Dashboard |
Initializes a new instance of the Dashboard |
Dashboard |
Initializes a new instance of the Dashboard |
Dashboard |
Initializes a new instance of the Dashboard |
#Properties
Name | Description |
---|---|
Calculated |
Provides access to a data source’s calculated fields. |
Component |
Gets or sets the component name of the data source. |
Connection |
Specifies the name of the created connection to an Extract Data Source. |
Driver |
Gets or sets a custom driver used to write data to/read data from the current data extract. |
Extract |
Provides access to settings of the original data source used to create a data extract. |
File |
Gets or sets the path to the file containing a data extract. |
Filter | Specifies the logical expression that filters data to be displayed in a dashboard. |
Name | Gets or sets the data source name. |
#Methods
Name | Description |
---|---|
Begin |
For internal use. |
Dispose() |
Releases resources associated with a Dashboard |
End |
For internal use. |
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. |
Fill |
Retrieves the data from the connected data source with the specified parameters. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Load |
Loads the data source schema definition from XML. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Save |
Saves the XML definition of the extract data source schema. |
To |
Returns a string that represents the current object. Inherited from Object. |
Update |
Updates data in the data extract file. |
Update |
Updates a file containing a data extract and allows you to specify the driver used to write data to the data extract. |
Update |
Updates a data extract file and allows you to cancel the update task through the use of a cancellation token. |
Update |
Static method to update data in the data extract file. Allows you to prevent access to the file until the data is refreshed and the file is re-created. |
#Events
Name | Description |
---|---|
Before |
Provides the capability to change options used to fill the extract data source. |
Connection |
Allows users to override the default behavior if connection to a data extract file fails with current connection parameters. |
Disposed | For internal use. |
See Also