The ReportDataString type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| CharMode |
Gets or sets the String Char Mode as either a list of Chars or Char Codes separated by a Comma.
| |
| Chars |
Gets or sets the String Search Characters or Character Codes.
| |
| Compare |
Gets or sets how to Compare Strings when calling Comparison Functions.
| |
| Count |
Gets or sets the Maximum number of times the Replacement can occur.
| |
| Function |
Gets or sets the String Function.
| |
| Length |
Gets or sets the Length for Trim, Set and Pad Functions.
| |
| Location |
Gets or sets the Location of the String Functions Before and / or After.
| |
| Position |
Gets or sets the String Search Position.
| |
| Replace |
Gets or sets the String Replace Characters or Character Codes.
| |
| ReplaceMode |
Gets or sets the String Char Replace Mode as either a list of Chars or Char Codes separated by a Comma.
| |
| StartAt |
Gets or sets the String character position in the Input String where the Search begins.
|
See Also