ReportParameter.QueryParameter Property

Definition

Indicates whether the parameter is used in a query to an external data source.

public:
 property bool QueryParameter { bool get(); void set(bool value); };
public bool QueryParameter { get; set; }
member this.QueryParameter : bool with get, set
Public Property QueryParameter As Boolean

Property Value

A read-only Boolean value.

Remarks

The value for the QueryParameter property has a corresponding QueryParameterSpecified property in the Reporting Services Execution Web service proxy class. Because QueryParameter is read-only and cannot be set by end users, you do not need to specify this property. For more information about specifying properties, see Omitting Values for Optional Web Service Objects.

Applies to