次の方法で共有


Subscription.VirtualPath プロパティ

レポートへの仮想パスです (レポートがユーザーの個人用レポート フォルダーにある場合)。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Property VirtualPath As String 
    Get 
    Set
'使用
Dim instance As Subscription 
Dim value As String 

value = instance.VirtualPath

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

プロパティ値

型: System.String
レポートへの仮想パスを表す String 値です (レポートがユーザーの個人用レポート フォルダーにある場合)。

関連項目

参照

Subscription クラス

ReportService2005 名前空間