Click or drag to resize
DashboardLoaderLoadFromStream Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Function to load a managed dashboard from a stream

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public ManagedDashboard LoadFromStream(
	Stream ms,
	ref Application Application = null,
	ref string ErrMessage = ""
)

Parameters

ms
Type: System.IOStream
The stream that contains the binary representation of the 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