次の方法で共有


MapTileLayerInstance.ServiceUrl プロパティ

MapTileLayer クラスの ServiceUrl プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property ServiceUrl As String 
    Get
'使用
Dim instance As MapTileLayerInstance 
Dim value As String 

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

プロパティ値

型: System.String
ServiceUrl プロパティの計算値を表す string 値。

関連項目

参照

MapTileLayerInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間