combit List & Label 29 - .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.


In This Topic
    LlDbAddTableSortOrder(String,String) Method
    In This Topic
    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 _
    ) 
    public void LlDbAddTableSortOrder( 
       string tableName,
       string sortOrderName
    )
    public:
    void LlDbAddTableSortOrder( 
       String^ tableName,
       String^ sortOrderName
    ) 

    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 7, .NET 8

    See Also