次の方法で共有


MapShapefileInstance.Source プロパティ

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

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

構文

'宣言
Public ReadOnly Property Source As String 
    Get
'使用
Dim instance As MapShapefileInstance 
Dim value As String 

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

プロパティ値

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

関連項目

参照

MapShapefileInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間