Partilhar via


Propriedade do RDL MapTileLayer.ServiceUrl

Gets the URL of the web service that stores the tile data.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ServiceUrl As ReportStringProperty 
    Get
'Uso
Dim instance As MapTileLayer 
Dim value As ReportStringProperty 

value = instance.ServiceUrl
public ReportStringProperty ServiceUrl { get; }
public:
property ReportStringProperty^ ServiceUrl {
    ReportStringProperty^ get ();
}
member ServiceUrl : ReportStringProperty
function get ServiceUrl () : ReportStringProperty

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Consulte também

Referência

MapTileLayer Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering