The Merge
public class MergeBlockInfo
Public Class MergeBlockInfo
Introduced: X14.
Constructor | Description |
---|---|
Merge |
Initializes a new instance of the Merge |
Method | Description |
---|---|
Apply | Stores the meta data (filters, sorting instructions and the block merging condition) in the Sub |
Property | Description |
---|---|
Block |
Gets or sets a condition the parent data row of this merge block has to satisfy so that this merge block is merged at all. |
Child |
Gets or sets the list of merge blocks nested inside this merge block. |
Column |
Gets or sets the list of data column names which represent the merge fields this merge block consists of. |
Filters | Gets or sets a list of filter instructions which are used to filter the data rows before merging. |
Merge |
Returns the merge fields inside this merge block excluding fields in possible nested merge blocks. |
Sorting |
Gets or sets a list of sorting instructions which are used to sort the data rows before merging. |
Table |
Gets the table name of this merge block. |
Learn more about the TXText