DashboardBeforeRefreshDataArgs Constructor (DashboardQuery, Boolean) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new DashboardBeforeRefreshDataArgs object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardBeforeRefreshDataArgs(
DashboardQuery DashboardQuery,
bool Override
)
Public Sub New (
DashboardQuery As DashboardQuery,
Override As Boolean
)
public:
DashboardBeforeRefreshDataArgs(
DashboardQuery^ DashboardQuery,
bool Override
)
DataPAEnterpriseDashboard.DashboardBeforeRefreshDataArgs = function(DashboardQuery, Override);
Parameters
- DashboardQuery
- Type: DataPAEnterpriseDashboardDashboardQuery
The DashboardQuery object that will be refreshed. - Override
- Type: SystemBoolean
True if code must handle the refresh operation explicitly.
Remarks See Also