Location 속성
필요한 경우 ReplacementRoot로 인코딩된 절대 URL로 보고서의 위치를 가져옵니다.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
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
보고서의 절대 URL을 포함하는 ReportUrl 개체입니다.
주의
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.