Click or drag to resize
DashboardLoaderLoadFromFile Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Function to return a saved ManagedDashboard object from an OS file.

Namespace: DataPAEnterpriseDashboard
Assembly: 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 = ""
)

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: ManagedDashboard
The a saved ManagedDashboard object.
Remarks