다음을 통해 공유


Location 속성

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

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property Location As ReportUrl
    Get
‘사용 방법
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

속성 값

형식: Microsoft.ReportingServices.ReportRendering. . :: . .ReportUrl
A ReportUrl object containing the absolute URL of the report.

주의

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.