Click or drag to resize
ManagedDashboardSave Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Saves this dashboard to disk.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool Save(
	string FileName = "",
	ref string ErrMessage = "",
	string callerMember = null
)

Parameters

FileName (Optional)
Type: SystemString
The fully qualified file name of the file on disk to save the dashboard to. If left blank, the FileName property will be used, unless that is blank when user will be prompted for a filename.
ErrMessage (Optional)
Type: SystemString
The error message raised if the save operation fails.
callerMember (Optional)
Type: SystemString

Return Value

Type: Boolean
True if the object is saved to disk.
Remarks