DataPA Enterprise Dashboard Controls API Reference

The DashboardAfterRefreshDataArgs type exposes the following members.

Constructors

  Name Description
Public method DashboardAfterRefreshDataArgs()()()()
Creates and returns a new DashboardAfterRefreshDataArgs object
Public method DashboardAfterRefreshDataArgs(DashboardQuery, Boolean, String, Boolean)
Creates and returns a new DashboardAfterRefreshDataArgs object.

Properties

  Name Description
Public property Cancelled
Gets a property that indicates whether the query was cancelled.
Public property CompletedOK
Gets a property that indicates whether the query completed OK.
Public property DashboardQuery
Gets and Sets the DashboardQuery object that has been refreshed.
Public property ErrorMessage
Gets a property that contains the error message resulting from the refresh of the query if an error occured.
Public property ResultsSet
Gets and Sets the ResultsSet collection of the refreshed query.

See Also