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