ActiveReports 9
Value Property (QueryParameter)

Gets or sets an expression that evaluates to the parameter value to pass to the data source.

Syntax
'Declaration
 
Public Property Value As ExpressionInfo
public ExpressionInfo Value {get; set;}

Property Value

An ExpressionInfo object that evaluates to the value to pass to the data source.
Remarks

The expression can refer to report parameters but cannot contain references to report elements, fields in the data model, or aggregate functions.

In the case of a parameter for a Values or DataValues query, the expression can only refer to report parameters that occur earlier in the parameters list. The value for this query parameter is then taken from the user selection for that earlier report parameter.

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

QueryParameter Class
QueryParameter Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum