MapTileLayer.ServiceUrl Property
Gets the URL of the web service that stores the tile data.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ServiceUrl As ReportStringProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.