DataPA Enterprise Dashboard Controls API Reference
Shows the dialog to allow the user to open a ManagedDashboard object from a DataPA Enterprise Service.
Namespace: DataPAEnterpriseDashboardAssembly: 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 |
Return Value
Type:
BooleanTrue if dashboard is opened.
Remarks
See Also