combit List & Label 30 - .NET Help
combit.Reporting Namespace / LlCore Class / LlDbAddTableSortOrder(String,String) Method

Table ID to which this sort order applies

This value is the unique name of the table sort order. It is returned by the LlPrintDbGetCurrentTableSortOrder Method at print time.


LlDbAddTableSortOrder(String,String) Method
This method can be used to define available sort orders for the tables added via the LlDbAddTable Method. Each sorting has it's unique ID that can be queried using the LlPrintDbGetCurrentTableSortOrder Method at print time.
Syntax
'Declaration
 
Public Sub LlDbAddTableSortOrder( _
   ByVal tableName As String, _
   ByVal sortOrderName As String _
) 
 

Parameters

tableName

Table ID to which this sort order applies

sortOrderName
This value is the unique name of the table sort order. It is returned by the LlPrintDbGetCurrentTableSortOrder Method at print time.
Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also