DataPA Enterprise Dashboard Controls 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

C#
public bool OpenDashboardErrorHandled(
	string FileName,
	ref string ErrorDescription = "",
	bool SupressErrors = false
)
Visual Basic
Public Function OpenDashboardErrorHandled ( 
	FileName As String,
	Optional ByRef ErrorDescription As String = "",
	Optional SupressErrors As Boolean = false
) As Boolean
Visual C++
public:
virtual bool OpenDashboardErrorHandled(
	String^ FileName, 
	String^% ErrorDescription = L"", 
	bool SupressErrors = false
) sealed

Parameters

FileName
Type: System..::..String
Name of the file to open.
ErrorDescription (Optional)
Type: System..::..String%
SupressErrors (Optional)
Type: System..::..Boolean
True if you want to supress error dialogs.

Return Value

Type: Boolean
True if dashboard is opened.

Remarks