次の方法で共有


ComponentMetadata.SourcePath プロパティ

レポート パーツのソース パスを取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property SourcePath As String 
    Get 
    Set
'使用
Dim instance As ComponentMetadata 
Dim value As String 

value = instance.SourcePath

instance.SourcePath = value
public string SourcePath { get; set; }
public:
property String^ SourcePath {
    String^ get ();
    void set (String^ value);
}
member SourcePath : string with get, set
function get SourcePath () : String 
function set SourcePath (value : String)

プロパティ値

型: System.String
レポート パーツのソース パス。

関連項目

参照

ComponentMetadata クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間