ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ToolbarItems Class / Layout Method

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
    See Also