CatalogItem.Path Property

Definition

Gets the full path name of an item in the report server database. Read-only.

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

Property Value

A String containing the full path name of an item in the report server database.

Remarks

You can modify the Path property of an item using the MoveItem method. Attempting to modify the Path property using the SetProperties method results in an exception with error code rsReadOnlyProperty.

The path of any item in the report server database has a maximum character length of 260.

Applies to