DataPA Enterprise Dashboard Controls API Reference

The DashboardBeforeRefreshDataArgs type exposes the following members.

Constructors

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

Properties

  Name Description
Public property Cancel
Gets and Sets a value that indicates whether the refresh of the query should be cancelled.
Public property DashboardQuery
Gets and Sets the DashboardQuery object that will be refreshed.
Public property Override
Gets and Sets a value that indicates whether the default behavior is to be overriden.
Public property ResultsSet
Gets and Sets the ResultsSet collection of the refreshed query.

See Also