CatalogItem.VirtualPath 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 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.