AJE Components
ReportDataString MembersAJE Data Report Engine Help

The ReportDataString type exposes the following members.
Constructors

  NameDescription
Public methodReportDataString
Initializes a new instance of the ReportDataString class
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
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 methodFormat
Formats the Data String.
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 methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyCharMode
Gets or sets the String Char Mode as either a list of Chars or Char Codes separated by a Comma.
Public propertyChars
Gets or sets the String Search Characters or Character Codes.
Public propertyCompare
Gets or sets how to Compare Strings when calling Comparison Functions.
Public propertyCount
Gets or sets the Maximum number of times the Replacement can occur.
Public propertyFunction
Gets or sets the String Function.
Public propertyLength
Gets or sets the Length for Trim, Set and Pad Functions.
Public propertyLocation
Gets or sets the Location of the String Functions Before and / or After.
Public propertyPosition
Gets or sets the String Search Position.
Public propertyReplace
Gets or sets the String Replace Characters or Character Codes.
Public propertyReplaceMode
Gets or sets the String Char Replace Mode as either a list of Chars or Char Codes separated by a Comma.
Public propertyStartAt
Gets or sets the String character position in the Input String where the Search begins.
Back to Top
See Also