The ReportDataString type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ReportDataString | Initializes a new instance of the ReportDataString class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
| Format |
Formats the Data String.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
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