CatalogItem.VirtualPath Property

Definition

Gets the virtual path of the item in the report server. Read-only.

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

Property Value

A String containing the virtual path of the item in the report server.

Remarks

The VirtualPath property returns the path of a CatalogItem that is contained in a user's My Reports folder.

The path presented to the user should be a concatenation of the VirtualPath and the item name.

Applies to