ReportParameter.UsedInQuery Property

Definition

Indicates whether the parameter is used in a query.

public:
 property bool UsedInQuery { bool get(); };
public bool UsedInQuery { get; }
member this.UsedInQuery : bool
Public ReadOnly Property UsedInQuery As Boolean

Property Value

A Boolean indicating whether the parameter is used in a query. A value of true indicates that the parameter is used in a query.

Applies to