IMapServiceSerializeXamlDiagram Method |
Serializes XAML diagram file.
Namespace:
Dundas.BI.Utility.Map
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax void SerializeXamlDiagram(
Stream xamlFileStream,
string diagramName,
Stream outputStream
)
Sub SerializeXamlDiagram (
xamlFileStream As Stream,
diagramName As String,
outputStream As Stream
)
void SerializeXamlDiagram(
Stream^ xamlFileStream,
String^ diagramName,
Stream^ outputStream
)
abstract SerializeXamlDiagram :
xamlFileStream : Stream *
diagramName : string *
outputStream : Stream -> unit
Parameters
- xamlFileStream
- Type: System.IOStream
The stream used to read the XAML file. - diagramName
- Type: SystemString
The name of the map that is being imported. - outputStream
- Type: System.IOStream
The stream to which the XAML diagram is to be serialized.
Exceptions See Also