Share via


Report.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

매개 변수

  • addReportParameters
    유형: System.Boolean
    Whether to add report parameters to the URL.

반환 값

유형: System.String
A string value.

참고 항목

참조

Report 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스