Click or drag to resize
DashboardBeforeRefreshDataArgs Constructor (DashboardQuery, Boolean) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new DashboardBeforeRefreshDataArgs object

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardBeforeRefreshDataArgs(
	DashboardQuery DashboardQuery,
	bool 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