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
)

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
ExceptionCondition
ArgumentNullExceptionxamlFileStream and/or diagramName and/or outputStream are .
XamlDiagramImportExceptionWhen there is an issue importing.
See Also