DashboardBeforeRefreshDataArgsDashboardQuery Property |
|
DataPA OpenAnalytics API Reference
Gets and Sets the DashboardQuery object that will be refreshed.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardQuery DashboardQuery { get; set; }
Public Property DashboardQuery As DashboardQuery
Get
Set
public:
virtual property DashboardQuery^ DashboardQuery {
DashboardQuery^ get () sealed;
void set (DashboardQuery^ value) sealed;
}
function get_DashboardQuery();
function set_DashboardQuery(value);
Property Value
Type:
DashboardQueryThe DashboardQuery object that will be refreshed.
Return Value
Type:
DashboardQueryThe DashboardQuery object that will be refreshed.
Remarks See Also