Freigeben über


QueryParameter.GetReportParameterName-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the name of the report parameter.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Function GetReportParameterName As String
'Usage
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

Rückgabewert

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

Siehe auch

Verweis

QueryParameter Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace