AJE Components
ReportRegularExpression MembersAJE Data Report Engine Help

The ReportRegularExpression type exposes the following members.
Constructors

  NameDescription
Public methodReportRegularExpression
Initializes a new instance of the ReportRegularExpression class
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodEvaluate
Function Evaluates the Report Regular Expression Function, Pattern and Input String. Specified options modify the matching operation.
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToString (Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyCount
Gets or sets the Regular Expression Maximum number of times the Replacement can occur.
Public propertyDelimiter
Gets or sets the Delimiter for Regular Expression Matches.
Public propertyFunction
Gets or sets the Regular Expression Function.
Public propertyOptions
Gets or sets the Regular Expression Options.
Public propertyPattern
Gets or sets the Regular Expression Pattern to Match.
Public propertyReplacement
Gets or sets the Replacement String.
Public propertyStartAt
Gets or sets the Regular Expression character position in the Input String where the Search begins.
Back to Top
See Also