ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / PanelsLocation Property

In This Topic
    PanelsLocation Property (ReportViewer)
    In This Topic
    The position of panels (search, parameters etc): 'toolbar' or 'sidebar'. Default value is 'toolbar'
    Syntax
    'Declaration
     
    Public Property PanelsLocation As PanelsLocation
    public PanelsLocation PanelsLocation {get; set;}
    See Also