Поделиться через


Метод 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