MapResourceConfiguration Class

A class that represent the structure on how the map that has been saved have been organized. This include a collection of layer, and a collection of map element.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Utility.MapMapResourceConfiguration

Namespace:  Dundas.BI.Utility.Map
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class MapResourceConfiguration

The MapResourceConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyLayerConfigurationInfoCollection
Gets to a list of layer information for this map resource instance.
Public propertyMapElementConfigurationInfoCollection
Gets the map element information for this map resource instance.
Top
See Also