ReportParameter.UsedInQuery Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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