Share via


DataSet.QueryParameters Property

Definition

Gets the query parameters used.

public:
 property System::Collections::Generic::List<Microsoft::ReportingServices::Diagnostics::Internal::QueryParameter ^> ^ QueryParameters { System::Collections::Generic::List<Microsoft::ReportingServices::Diagnostics::Internal::QueryParameter ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::ReportingServices::Diagnostics::Internal::QueryParameter ^> ^ value); };
public System.Collections.Generic.List<Microsoft.ReportingServices.Diagnostics.Internal.QueryParameter> QueryParameters { get; set; }
member this.QueryParameters : System.Collections.Generic.List<Microsoft.ReportingServices.Diagnostics.Internal.QueryParameter> with get, set
Public Property QueryParameters As List(Of QueryParameter)

Property Value

The query parameters used.

Applies to