言語

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

プロパティ値

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

注釈

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

レポートサーバーデータベース内の任意のアイテムのパスは最大文字数260です。

適用対象