SharedDataSet.QueryParameters Property
Gets or sets a collection of query parameters.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property QueryParameters As IList(Of QueryParameter)
Get
Set
'Usage
Dim instance As SharedDataSet
Dim value As IList(Of QueryParameter)
value = instance.QueryParameters
instance.QueryParameters = value
public IList<QueryParameter> QueryParameters { get; set; }
public:
property IList<QueryParameter^>^ QueryParameters {
IList<QueryParameter^>^ get ();
void set (IList<QueryParameter^>^ value);
}
member QueryParameters : IList<QueryParameter> with get, set
function get QueryParameters () : IList<QueryParameter>
function set QueryParameters (value : IList<QueryParameter>)
Property Value
Type: System.Collections.Generic.IList<QueryParameter>
A collection of query parameters.