次の方法で共有


Path プロパティ

レポート サーバー データベースのアイテムの完全なパス名を取得します。読み取り専用です。

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

構文

'宣言
Public Property Path As String
    Get
    Set
'使用
Dim instance As CatalogItem
Dim value As String

value = instance.Path

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

プロパティ値

型: System. . :: . .String
レポート サーバー データベースのアイテムの完全なパス名を表す String です。

説明

アイテムの Path プロパティは、MoveItem メソッドを使用して変更できます。SetProperties メソッドを使用して Path プロパティを変更しようとすると、エラー コード rsReadOnlyProperty の例外が発生します。

レポート サーバー データベースのアイテムのパスの長さは最大 260 字です。