DMRGroup Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a grouping. Used with reporting to declare how results should be grouped.
Inheritance Hierarchy
SystemObject
  DMLibraryDMRGroup

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class DMRGroup

The DMRGroup type exposes the following members.

Constructors
NameDescription
Public methodDMRGroup
Initializes a new instance of the DMRGroup class
Top
Methods
Fields
NameDescription
Public fieldFieldSubType
The field subtype this grouping is operating on. Only relevant if GroupType is set to DMRGroupType.DMGT_FIELD.
Public fieldFieldType
The field type this grouping is operating on. Only relevant if GroupType is set to DMRGroupType.DMGT_FIELD.
Public fieldGroupType
The type of grouping this represents.
Public fieldParameter
Public fieldSort
Top
See Also