DashboardLoaderLoadFromFile Method |
|
DataPA OpenAnalytics API Reference
Function to return a saved ManagedDashboard object from an OS file.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public ManagedDashboard LoadFromFile(
string FileName,
ref Application Application = null,
ref string ErrMessage = ""
)
Public Function LoadFromFile (
FileName As String,
Optional ByRef Application As Application = Nothing,
Optional ByRef ErrMessage As String = ""
) As ManagedDashboard
public:
virtual ManagedDashboard^ LoadFromFile(
String^ FileName,
Application^% Application = nullptr,
String^% ErrMessage = L""
) sealed
function LoadFromFile(FileName, Application, ErrMessage);
Parameters
- FileName
- Type: SystemString
The fully qualified filename of the saved ManagedDashboard. - Application (Optional)
- Type: DataPA.Utils.QueryEngineApplication
The RunDataPA Application Object used to provide the core DataPA data functionality for this object. - ErrMessage (Optional)
- Type: SystemString
Any returned error message.
Return Value
Type:
ManagedDashboardThe a saved ManagedDashboard object.
Remarks See Also