Alterian Email Manager 6.2.3 SDK Help File
Defines expressions used to generate the results for a report.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class DMRExpressionPart
Public Class DMRExpressionPart
public ref class DMRExpressionPart
type DMRExpressionPart = class end
DMLibrary.DMRExpressionPart = function();
Type.createClass(
'DMLibrary.DMRExpressionPart');
The DMRExpressionPart type exposes the following members.
Fields | Name | Description |
---|
 | ClosePars | Number of closing parentheses at the end of this expression. |
 | OpenPars | Number of opening parentheses at the beginning of this expression. |
 | Operand | The operand of this part of the expression. |
 | Operator | The logical operator used at the end of this expression part. |
Top
See Also