The SortingInstruction class contains merge block data sorting information such as the sort order and the column name to sort the data rows after. It is used by the MergeBlockInfo class.

Syntax

public class SortingInstruction
Public Class SortingInstruction

Introduced: X16.

Constructors

Constructor Description
SortingInstruction Initializes a new instance of the SortingInstruction class.

Properties

Property Description
Culture Gets or sets the format provider for numerical value comparison.
OrderBy Gets or sets the table column name to order the data by.
SortOrder Gets or sets the sort order (ascending / descending).

Further Reading

Learn more about the TXTextControl.DocumentServer.DataShaping.SortingInstruction Class in the Text Control Blog: