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

In This Topic
    Open Property
    In This Topic
    Gets or sets the opening behavior of the parameters panel.
    Syntax
    'Declaration
     
    Public Property Open As ParameterPanelOpen
    public ParameterPanelOpen Open {get; set;}

    Property Value

    The opening behavior, defined by an instance of ParameterPanelOpen, which controls how the panel is accessed (e.g., auto-open, manual).
    See Also