DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if all queries were refreshed and the dashboard was saved.
Refreshes all the data in the dashboard and saves the resulting dashboard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool RefreshDataAndSave( ref string ErrorMessage ) |
Visual Basic |
---|
Public Function RefreshDataAndSave ( ByRef ErrorMessage As String ) As Boolean |
Visual C++ |
---|
public: virtual bool RefreshDataAndSave( String^% ErrorMessage ) sealed |
Parameters
- ErrorMessage
- Type: System..::..String%
Returns an error string if failed.
Return Value
Type: BooleanTrue if all queries were refreshed and the dashboard was saved.
Remarks
Function does not return until completed.