ActiveReports Developer 7
GrapeCity.ActiveReports.Expressions Namespace
See Also  Inheritance Hierarchy
GrapeCity.ActiveReports.v7 Assembly : GrapeCity.ActiveReports.Expressions Namespace

Glossary Item Box

The GrapeCity.ActiveReports.Expressions namespace includes classes having information of expressions etc.

Classes

 ClassDescription
ClassExpressionInfo 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.
ClassExpressionInfoCollection Implements a strongly typed collection for ExpressionInfo.
ClassExpressionInfoCollectionEventArgs Provides data for the ItemAdded or ItemRemoved event of the ExpressionInfoCollection.

Interfaces

 InterfaceDescription
InterfaceIExpressionEvaluatorService Allows an ExpressionInfo object to be evaluated.
InterfaceITheme Defines an interface to set and get theme information.

Delegates

 DelegateDescription
DelegateExpressionInfoCollectionEventHandler  Represents the method that handles the ItemAdded or ItemRemoved event.

Enumerations

 EnumerationDescription
EnumerationExpressionResultType Specifies the data type of an expression result.

See Also