Partilhar via


Método QueryParameter.GetReportParameterName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the name of the report parameter.

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

Sintaxe

'Declaração
Public Function GetReportParameterName As String
'Uso
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

Valor de retorno

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

Consulte também

Referência

QueryParameter Classe

Namespace Microsoft.ReportingServices.RdlObjectModel