ActiveReports 9
UsedInQuery Property

Gets or sets a value indicating whether the parameter is used in a query in the report.

Syntax
'Declaration
 
Public Property UsedInQuery As ReportParameterUsedInQuery
public ReportParameterUsedInQuery UsedInQuery {get; set;}

Property Value

A ReportParameterUsedInQuery enumeration indicating whether the parameter is used in a query in the report.

Remarks

This property is used to determine whether queries need to be re-executed if the parameter changes.

Auto (Default) indicates that the UsedInQuery setting is automatically detected. Auto returns true if the parameter is referenced in any query value expression, otherwise false.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportParameter Class
ReportParameter Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum