DashboardDesignerOpenDashboardFromService Method (String, String) |
|
DataPA OpenAnalytics 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 public bool OpenDashboardFromService(
string DashboardFile,
ref string ErrorMessage
)
Public Function OpenDashboardFromService (
DashboardFile As String,
ByRef ErrorMessage As String
) As Boolean
public:
virtual bool OpenDashboardFromService(
String^ DashboardFile,
String^% ErrorMessage
) sealed
function OpenDashboardFromService(DashboardFile, ErrorMessage);
Parameters
- DashboardFile
- Type: SystemString
- ErrorMessage
- Type: SystemString
Return Value
Type:
BooleanTrue if dashboard is opened.
Remarks See Also