DataSet.GetQueryParameterByName Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns the query parameter by using the parameter name.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Function GetQueryParameterByName ( _
name As String _
) As QueryParameter
'Usage
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
Parameters
- name
Type: System.String
The name of the parameter.
Return Value
Type: Microsoft.ReportingServices.RdlObjectModel.QueryParameter
A QuaryParameter object.