Partager via


Méthode Report.GetReportUrl

URL from which the report was executed.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Function GetReportUrl ( _
    addReportParameters As Boolean _
) As String
'Utilisation
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

Paramètres

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

Valeur de retour

Type : System.String
A string value.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering