DashboardDesignerOpenDashboardErrorHandled Method |
|
DataPA OpenAnalytics API Reference
Opens a ManagedDashboard object from disk, allowing override of default error handling.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool OpenDashboardErrorHandled(
string FileName,
ref string ErrorDescription = "",
bool SupressErrors = false
)
Public Function OpenDashboardErrorHandled (
FileName As String,
Optional ByRef ErrorDescription As String = "",
Optional SupressErrors As Boolean = false
) As Boolean
public:
virtual bool OpenDashboardErrorHandled(
String^ FileName,
String^% ErrorDescription = L"",
bool SupressErrors = false
) sealed
function OpenDashboardErrorHandled(FileName, ErrorDescription, SupressErrors);
Parameters
- FileName
- Type: SystemString
Name of the file to open. - ErrorDescription (Optional)
- Type: SystemString
- SupressErrors (Optional)
- Type: SystemBoolean
True if you want to supress error dialogs.
Return Value
Type:
BooleanTrue if dashboard is opened.
Remarks See Also