Map.MapDataRegions Propriedade

Definição

Obtém ou define uma coleção de regiões de dados para o mapa.

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)

Valor da propriedade

Um IList<T> objeto.

Atributos

Aplica-se a