IMapServiceGetDiagramDataSvg Method

Gets a MapDataInfoSvg object which is an SVG representation of the diagram elements.

Namespace:  Dundas.BI.Utility.Map
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
MapDataInfoSvg GetDiagramDataSvg(
	ICollection<Guid> metricSetResourceFileIds,
	ICollection<Guid> requestedDiagramIds,
	ViewportData viewportData
)

Parameters

metricSetResourceFileIds
Type: System.Collections.GenericICollectionGuid
The IDs of diagram resource files required based on each ClientRequest for the metric sets.
requestedDiagramIds
Type: System.Collections.GenericICollectionGuid
The IDs of diagram resource files requested by users.
viewportData
Type: Dundas.BI.Utility.MapViewportData
An object that represents the current location of the view port and the distance is.

Return Value

Type: MapDataInfoSvg
A MapDataInfoSvg object containing an SVG representation of the diagram elements.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSetResourceFileIds and/or requestedDiagramIds is .
NoPrivilegeExceptionA resource specified in requestedDiagramIds is not accessible to the caller.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also