MapTileLayer.MapTiles Property

Definition

Gets or sets a collection of map tiles to be embedded in the map tile layer.

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)

Property Value

An IList<T> object.

Attributes

Applies to