Click or drag to resize
DashboardDesignerOpenDashboardErrorHandled Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Opens a ManagedDashboard object from disk, allowing override of default error handling.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool OpenDashboardErrorHandled(
	string FileName,
	ref string ErrorDescription = "",
	bool SupressErrors = false
)

Parameters

FileName
Type: SystemString
Name of the file to open.
ErrorDescription (Optional)
Type: SystemString
SupressErrors (Optional)
Type: SystemBoolean
True if you want to supress error dialogs.

Return Value

Type: Boolean
True if dashboard is opened.
Remarks