DataPA Enterprise Dashboard Controls API Reference
Refreshes all the data in the dashboard and saves the resulting dashboard.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: Boolean
True if all queries were refreshed and the dashboard was saved.

Remarks

Function does not return until completed.

See Also