ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / InteractiveArea Class / CreateSorting Method

In This Topic
    CreateSorting Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function CreateSorting( _
       ByVal sortState As SortState, _
       ByVal region As RegionEx, _
       ByVal actionKey As ActionKey _
    ) As InteractiveArea
    public static InteractiveArea CreateSorting( 
       SortState sortState,
       RegionEx region,
       ActionKey actionKey
    )

    Parameters

    sortState
    region
    actionKey
    See Also