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 (26.2.0.1000)
Syntax
void SerializeXamlDiagram(
	Stream xamlFileStream,
	string diagramName,
	Stream outputStream
)

Parameters

xamlFileStream  Stream
The stream used to read the XAML file.
diagramName  String
The name of the map that is being imported.
outputStream  Stream
The stream to which the XAML diagram is to be serialized.
Exceptions
ExceptionCondition
ArgumentNullExceptionxamlFileStream and/or diagramName and/or outputStream are .
XamlDiagramImportExceptionWhen there is an issue importing.
See Also