CatalogItem.Path Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.