DataPA Enterprise Dashboard Controls API Reference
Saves the current managedDashboard object to disk.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool SaveDashboard(
	bool ForseSaveAs = false
)
Visual Basic
Public Function SaveDashboard ( 
	Optional ForseSaveAs As Boolean = false
) As Boolean
Visual C++
public:
virtual bool SaveDashboard(
	bool ForseSaveAs = false
) sealed

Parameters

ForseSaveAs (Optional)
Type: System..::..Boolean
If True, the SaveAs dialog box will always be shown.

Return Value

Type: Boolean
True if ManagedDashboard object is saved.

Remarks