Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Returns the query parameter by using the parameter name.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Function GetQueryParameterByName ( _
name As String _
) As QueryParameter
'Uso
Dim instance As DataSet
Dim name As String
Dim returnValue As QueryParameter
returnValue = instance.GetQueryParameterByName(name)
public QueryParameter GetQueryParameterByName(
string name
)
public:
QueryParameter^ GetQueryParameterByName(
String^ name
)
member GetQueryParameterByName :
name:string -> QueryParameter
public function GetQueryParameterByName(
name : String
) : QueryParameter
Parámetros
- name
Tipo: System.String
The name of the parameter.
Valor devuelto
Tipo: Microsoft.ReportingServices.RdlObjectModel.QueryParameter
A QuaryParameter object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel