ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Sidebar Class / ParametersPanel Property

In This Topic
    ParametersPanel Property (Sidebar)
    In This Topic
    Gets the parameters panel object.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParametersPanel As ParametersPanel
    public ParametersPanel ParametersPanel {get;}

    Property Value

    An instance of ParametersPanel that represents the user interface for managing report parameters within the ActiveReports Viewer.
    Remarks
    The parameters panel allows users to input or select values for report parameters, facilitating dynamic report generation based on user input. This property enables developers to programmatically access and manipulate the parameters panel to customize its functionality or appearance according to specific requirements.
    See Also