共用方式為


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 命名空間