MapTileLayer.MapTiles Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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