ReportParameter.UsedInQuery Property

Definition

Gets or sets a value that indicates whether or not the parameter is used in a query in the report.

public:
 property Microsoft::ReportingServices::RdlObjectModel::UsedInQueryTypes UsedInQuery { Microsoft::ReportingServices::RdlObjectModel::UsedInQueryTypes get(); void set(Microsoft::ReportingServices::RdlObjectModel::UsedInQueryTypes value); };
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Microsoft.ReportingServices.RdlObjectModel.UsedInQueryTypes UsedInQuery { get; set; }
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
member this.UsedInQuery : Microsoft.ReportingServices.RdlObjectModel.UsedInQueryTypes with get, set
Public Property UsedInQuery As UsedInQueryTypes

Property Value

A UsedInQueryTypes object.

Attributes

Applies to