CatalogItem.Name Property

Definition

Gets or sets the name of an item in the report server database.

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

Property Value

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

Remarks

The Name property does not include the full path name of the item. To retrieve the full path name of an item, use the Path property.

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

Applies to