Click or drag to resize
DashboardDesignerSaveDashboard Method DataPA OpenAnalytics
DataPA OpenAnalytics 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
public bool SaveDashboard(
	bool ForseSaveAs = false
)

Parameters

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

Return Value

Type: Boolean
True if ManagedDashboard object is saved.
Remarks