Map.MapDataRegions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a collection of data regions for the map.
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapDataRegion ^> ^ MapDataRegions { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapDataRegion ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapDataRegion ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapDataRegion>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapDataRegion> MapDataRegions { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapDataRegion>))>]
member this.MapDataRegions : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapDataRegion> with get, set
Public Property MapDataRegions As IList(Of MapDataRegion)
Property Value
An IList<T> object.
- Attributes