ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ToolbarItems Class / Layout Method
An array of strings representing the keys of the toolbar items. The order in this array determines the display order of the items in the toolbar. Only the items included in this array will be visible after this operation.

In This Topic
    Layout Method (ToolbarItems)
    In This Topic
    Sets the keys of the visible toolbar items and their order.
    Syntax
    'Declaration
     
    Public Sub Layout( _
       ByVal keys() As String _
    ) 
    public void Layout( 
       string[] keys
    )

    Parameters

    keys
    An array of strings representing the keys of the toolbar items. The order in this array determines the display order of the items in the toolbar. Only the items included in this array will be visible after this operation.

    Return Value

    A task representing the asynchronous operation of updating the toolbar layout.
    See Also