ActiveReports 8
ExpressionInfo Class
Members  See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Expressions Namespace : ExpressionInfo Class

Glossary Item Box

The ExpressionInfo class stores, evaluates, and provides information about an expression. ExpressionInfo provides aggregates, global collections, et cetera, as well as information about the expected data type of the expression's result.

Object Model

ExpressionInfo Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class ExpressionInfo 
C# 
public abstract class ExpressionInfo 

Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.Expressions.ExpressionInfo

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