The ReportExpressionBase type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| ClassType |
Gets the Class Type. Read-only.
(Inherited from EngineClassBase.) | |
| Content |
Gets or sets the Report Expression Content.
(Inherited from ReportBaseExpression.) | |
| ContextIndex |
Gets or sets the Context Index for the Report Item.
(Inherited from ReportBase.) | |
| ContextItem |
Gets or sets the Context Item for the Report Item.
(Inherited from ReportBase.) | |
| Disposed |
Gets a value indicating whether the object has been disposed of. Read-only.
(Inherited from EngineClassBase.) | |
| Enabled |
Gets or sets the Report Item Enabled.
(Inherited from ReportItemBase.) | |
| ErrorMessage |
Gets or sets the Error Message for the Report Expression.
(Inherited from ReportBaseExpression.) | |
| ErrorOption |
Gets or sets the Error Option for the Report Expression. Report Expressions can be hidden if the Expression has Errors.
(Inherited from ReportBaseExpression.) | |
| Fields |
Gets or sets the list of Report Fields for the Report Expression.
| |
| HandleExceptions |
Gets or sets the option to Handle Exceptions.
(Inherited from EngineClassBase.) | |
| HasErrors | (Inherited from ReportBaseExpression.) | |
| IsChanged |
Gets or sets the Is Changed flag indicating if the Object has changed.
(Inherited from EngineClassBase.) | |
| IsDirty |
Gets or sets the Is Dirty flag indicating if any Data Properties within the Object have been Set.
(Inherited from EngineClassBase.) | |
| ItemKey |
Gets or sets the associated Collection Item Key for the Object.
(Inherited from EngineClassBase.) | |
| LastErrDescription |
Returns the last Error Description for the Object.
(Inherited from EngineClassBase.) | |
| LastErrNumber |
Returns the last Error Number for the Object.
(Inherited from EngineClassBase.) | |
| LastErrSource |
Returns the last Error Source for the Object.
(Inherited from EngineClassBase.) | |
| LastException |
Returns the last Exception for the Object.
(Inherited from EngineClassBase.) | |
| OnDirtyEvent |
Used in conjunction with the SetIsDirty method to raise an Event. If True then if SetIsDirty is called the Dirty Event will be raised.
(Inherited from EngineClassBase.) | |
| Parent |
Gets or sets the Report Item Parent.
(Inherited from ReportBase.) | |
| Position |
Gets or sets the Position of the Report Expression in the Output.
| |
| Properties |
Discovers the attributes of the Properties of the Class and provides access to Property metadata. Read-only.
(Inherited from EngineClassBase.) | |
| RaiseError |
If True then when SetError is called an Event will be raised.
(Inherited from EngineClassBase.) | |
| Report |
The Report that the Report Item belongs too.
(Inherited from ReportBase.) | |
| Scope |
Gets or sets the Expression Scope Type as either Private or Global.
(Inherited from ReportBaseExpression.) | |
| Tag |
Gets or sets the associated Tag for the Object.
(Inherited from EngineClassBase.) | |
| TypeClassName |
Gets Class Name of the associated Class. Read-only.
(Inherited from EngineClassBase.) |
See Also