DashboardObjectResetDataProvider Method |
|
DataPA OpenAnalytics API Reference
Resets the dataprovider for this object, forcing it to be rebuilt
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void ResetDataProvider()
Public Sub ResetDataProvider
public:
virtual void ResetDataProvider() sealed
function ResetDataProvider();
Remarks Should be called whenever the query data changes, or the definition of this object changes.
See Also