共用方式為


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.