Report.Location Property

Definition

Gets the location of the report as an absolute URL, encoded with ReplacementRoot, if necessary.

public:
 property Microsoft::ReportingServices::ReportRendering::ReportUrl ^ Location { Microsoft::ReportingServices::ReportRendering::ReportUrl ^ get(); };
public Microsoft.ReportingServices.ReportRendering.ReportUrl Location { get; }
member this.Location : Microsoft.ReportingServices.ReportRendering.ReportUrl
Public ReadOnly Property Location As ReportUrl

Property Value

A ReportUrl object containing the absolute URL of the report.

Remarks

ReplacementRoot is the new URL root to use for all URLs inside the report server. This is used by the UI to redirect links in reports to other reports. The default value is an empty string, which indicates that no redirection takes place.

This will be HTTPS if the report is being run over HTTPS.

Applies to