GetReportUrl 메서드

URL from which the report was executed.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Function GetReportUrl ( _
    addReportParameters As Boolean _
) As String
‘사용 방법
Dim instance As Report
Dim addReportParameters As Boolean
Dim returnValue As String

returnValue = instance.GetReportUrl(addReportParameters)
public string GetReportUrl(
    bool addReportParameters
)
public:
String^ GetReportUrl(
    bool addReportParameters
)
member GetReportUrl : 
        addReportParameters:bool -> string 
public function GetReportUrl(
    addReportParameters : boolean
) : String

매개 변수

반환 값

유형: System. . :: . .String
A string value.