ActiveReports 19 .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
    Gets or sets the position of panels (search, parameters etc.): 'toolbar' or 'sidebar'.
    Syntax
    'Declaration
     
    Public Property PanelsLocation As PanelsLocation
    public PanelsLocation PanelsLocation {get; set;}

    Property Value

    The position of panels as a PanelsLocation.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards. Default value is 'toolbar'.
    See Also