DataPA Enterprise Dashboard Controls API Reference
Opens a ManagedDashboard object from a DataPA Enterprise Service.

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

Syntax

C#
public bool OpenDashboardFromService(
	string DashboardFile,
	ref string ErrorMessage
)
Visual Basic
Public Function OpenDashboardFromService ( 
	DashboardFile As String,
	ByRef ErrorMessage As String
) As Boolean
Visual C++
public:
virtual bool OpenDashboardFromService(
	String^ DashboardFile, 
	String^% ErrorMessage
) sealed

Parameters

DashboardFile
Type: System..::..String
ErrorMessage
Type: System..::..String%

Return Value

Type: Boolean
True if dashboard is opened.

Remarks