Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets a collection of map tiles to be embedded in the map tile layer.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MapTiles As MapTileCollection
Get
'Utilizzo
Dim instance As MapTileLayer
Dim value As MapTileCollection
value = instance.MapTiles
public MapTileCollection MapTiles { get; }
public:
property MapTileCollection^ MapTiles {
MapTileCollection^ get ();
}
member MapTiles : MapTileCollection
function get MapTiles () : MapTileCollection
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapTileCollection
A MapTileCollection object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering