Partager via


Méthode QueryParameter.GetReportParameterName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the name of the report parameter.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Function GetReportParameterName As String
'Utilisation
Dim instance As QueryParameter 
Dim returnValue As String 

returnValue = instance.GetReportParameterName()
public string GetReportParameterName()
public:
String^ GetReportParameterName()
member GetReportParameterName : unit -> string
public function GetReportParameterName() : String

Valeur de retour

Type : System.String
The name of the report parameter.

Voir aussi

Référence

QueryParameter Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel