Proprietà SharedDataSet.QueryParameters

Gets or sets a collection of query parameters.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property QueryParameters As IList(Of QueryParameter)
    Get 
    Set
'Utilizzo
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>)

Valore proprietà

Tipo: System.Collections.Generic.IList<QueryParameter>
A collection of query parameters.

Vedere anche

Riferimento

SharedDataSet Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel