次の方法で共有


CatalogItem.Path プロパティ

定義

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

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

プロパティ値

レポート サーバー データベース内のアイテムの完全なパス名を含む 文字列

注釈

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

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

適用対象