Freigeben über


Location-Eigenschaft

Ruft die Position des Berichts als eine absolute URL ab, bei Bedarf codiert mit ReplacementRoot.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Location As ReportUrl
    Get
'Usage
Dim instance As Report
Dim value As ReportUrl

value = instance.Location
public ReportUrl Location { get; }
public:
property ReportUrl^ Location {
    ReportUrl^ get ();
}
member Location : ReportUrl
function get Location () : ReportUrl

Eigenschaftswert

Typ: Microsoft.ReportingServices.ReportRendering. . :: . .ReportUrl
Ein ReportUrl-Objekt, das die absolute URL des Berichts enthält.

Hinweise

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.