DataPA Enterprise Dashboard Controls API Reference
The DashboardBeforeRefreshDataArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DashboardBeforeRefreshDataArgs()()()() |
Creates and returns a new DashboardBeforeRefreshDataArgs object.
|
|
DashboardBeforeRefreshDataArgs(DashboardQuery) |
Creates and returns a new DashboardBeforeRefreshDataArgs object.
|
|
DashboardBeforeRefreshDataArgs(DashboardQuery, Boolean) |
Creates and returns a new DashboardBeforeRefreshDataArgs object
|
Properties
Name | Description | |
---|---|---|
Cancel |
Gets and Sets a value that indicates whether the refresh of the query should be cancelled.
|
|
DashboardQuery |
Gets and Sets the DashboardQuery object that will be refreshed.
|
|
Override |
Gets and Sets a value that indicates whether the default behavior is to be overriden.
|
|
ResultsSet |
Gets and Sets the ResultsSet collection of the refreshed query.
|