Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns all query parameters.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Function GetQueryParameters As IList(Of QueryParameter)
'Usage
Dim instance As DataSet
Dim returnValue As IList(Of QueryParameter)
returnValue = instance.GetQueryParameters()
public IList<QueryParameter> GetQueryParameters()
public:
IList<QueryParameter^>^ GetQueryParameters()
member GetQueryParameters : unit -> IList<QueryParameter>
public function GetQueryParameters() : IList<QueryParameter>
Return Value
Type: System.Collections.Generic.IList<QueryParameter>
An IList<T> object.