DataPA Enterprise Dashboard Controls API Reference
Opens 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(
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 |
Return Value
Type:
BooleanTrue if dashboard is opened.
Remarks
See Also