DashboardLoaderLoadFromStream Method |
|
DataPA OpenAnalytics API Reference
Function to load a managed dashboard from a stream
Namespace: DataPAEnterpriseDashboardAssembly: 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 = ""
)
Public Function LoadFromStream (
ms As Stream,
Optional ByRef Application As Application = Nothing,
Optional ByRef ErrMessage As String = ""
) As ManagedDashboard
public:
virtual ManagedDashboard^ LoadFromStream(
Stream^ ms,
Application^% Application = nullptr,
String^% ErrMessage = L""
) sealed
function LoadFromStream(ms, Application, 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:
ManagedDashboardThe a saved ManagedDashboard object.
Remarks See Also