Report.Location 속성

정의

필요한 경우 ReplacementRoot로 인코딩된 절대 URL로 보고서의 위치를 가져옵니다.

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

속성 값

보고서의 절대 URL을 포함하는 ReportUrl 개체입니다.

설명

ReplacementRoot 는 보고서 서버 내의 모든 URL에 사용할 새 URL 루트입니다. 이는 UI에서 보고서의 링크를 다른 보고서로 리디렉션하는 데 사용됩니다. 기본값은 리디렉션이 발생하지 않음을 나타내는 빈 문자열입니다.

보고서가 HTTPS를 통해 실행되는 경우 HTTPS가 됩니다.

적용 대상