DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Serializes this ManagedDashboard to a memory stream
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public void Serialize( Stream ms, ref string ErrMessage = "", bool NoData = false ) |
Visual Basic |
---|
Public Sub Serialize ( ms As Stream, Optional ByRef ErrMessage As String = "", Optional NoData As Boolean = false ) |
Visual C++ |
---|
public: virtual void Serialize( Stream^ ms, String^% ErrMessage = L"", bool NoData = false ) sealed |
Parameters
- ms
- Type: System.IO..::..Stream
The memory stream to serialize to
- ErrMessage (Optional)
- Type: System..::..String%
An error message if the serialization failed.
- NoData (Optional)
- Type: System..::..Boolean