GetReportUrlBuilder 메서드
선택적으로 대체 URL 루트를 사용하여 초기 URL에서 ReportUrlBuilder를 만듭니다.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Function GetReportUrlBuilder ( _
initialUrl As String, _
useReplacementRoot As Boolean, _
addReportParameters As Boolean _
) As ReportUrlBuilder
‘사용 방법
Dim instance As Report
Dim initialUrl As String
Dim useReplacementRoot As Boolean
Dim addReportParameters As Boolean
Dim returnValue As ReportUrlBuilder
returnValue = instance.GetReportUrlBuilder(initialUrl, _
useReplacementRoot, addReportParameters)
public ReportUrlBuilder GetReportUrlBuilder(
string initialUrl,
bool useReplacementRoot,
bool addReportParameters
)
public:
ReportUrlBuilder^ GetReportUrlBuilder(
String^ initialUrl,
bool useReplacementRoot,
bool addReportParameters
)
member GetReportUrlBuilder :
initialUrl:string *
useReplacementRoot:bool *
addReportParameters:bool -> ReportUrlBuilder
public function GetReportUrlBuilder(
initialUrl : String,
useReplacementRoot : boolean,
addReportParameters : boolean
) : ReportUrlBuilder
매개 변수
- initialUrl
유형: System. . :: . .String
초기 URL입니다.
- useReplacementRoot
유형: System. . :: . .Boolean
대체 루트를 사용할지 여부를 나타냅니다. 아래 주의를 참조하십시오.
- addReportParameters
유형: System. . :: . .Boolean
보고서 매개 변수를 추가할지 여부를 나타냅니다.
주의
The method builds the report URL from the URL provided. If UseReplacementRoot is true, the hyperlink is encoded as a parameter on the end of the replacement root string for the renderer.
If the URL is to be used as a source for data, set UseReplacementRoot to false. If the URL is to be used as a hyperlink, set UseReplacementRoot to true.