Freigeben über


GetReportUrl-Methode

URL from which the report was executed.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Function GetReportUrl ( _
    addReportParameters As Boolean _
) As String
'Usage
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

Parameter

Rückgabewert

Typ: System. . :: . .String
A string value.