ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ParametersPanelSettings Class / Location Property

In This Topic
    Location Property (ParametersPanelSettings)
    In This Topic
    Gets or sets the position of the parameters panel.
    Syntax
    'Declaration
     
    Public Property Location As ParameterPanelLocation
    public ParameterPanelLocation Location {get; set;}

    Property Value

    The location setting, represented by an instance of ParameterPanelLocation, which determines where the panel is placed (e.g., left, right, top, bottom).
    See Also