Sprache

MapTileLayer.MapTiles Eigenschaft

Definition

Erhält oder setzt eine Sammlung von Map-Tiles, die in die Map-Tile-Ebene eingebettet werden sollen.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapTile ^> ^ MapTiles { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapTile ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapTile ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapTile>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapTile> MapTiles { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapTile>))>]
member this.MapTiles : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapTile> with get, set
Public Property MapTiles As IList(Of MapTile)

Eigenschaftswert

Ein IList<T>-Objekt.

Attribute

Gilt für: