DataPA Enterprise Dashboard Controls API Reference
The DashboardAfterRefreshDataArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DashboardAfterRefreshDataArgs()()()() |
Creates and returns a new DashboardAfterRefreshDataArgs object
|
![]() |
DashboardAfterRefreshDataArgs(DashboardQuery, Boolean, String, Boolean) |
Creates and returns a new DashboardAfterRefreshDataArgs object.
|
Properties
Name | Description | |
---|---|---|
![]() |
Cancelled |
Gets a property that indicates whether the query was cancelled.
|
![]() |
CompletedOK |
Gets a property that indicates whether the query completed OK.
|
![]() |
DashboardQuery |
Gets and Sets the DashboardQuery object that has been refreshed.
|
![]() |
ErrorMessage |
Gets a property that contains the error message resulting from the refresh of the query if an error occured.
|
![]() |
ResultsSet |
Gets and Sets the ResultsSet collection of the refreshed query.
|