DataPA Enterprise Dashboard Controls API Reference
Shows the dialog to allow the user to open 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(
	ref string ErrorMessage = ""
)
Visual Basic
Public Function OpenDashboardFromService ( 
	Optional ByRef ErrorMessage As String = ""
) As Boolean
Visual C++
public:
virtual bool OpenDashboardFromService(
	String^% ErrorMessage = L""
) sealed

Parameters

ErrorMessage (Optional)
Type: System..::..String%

Return Value

Type: Boolean
True if dashboard is opened.

Remarks