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

In This Topic
    ParametersPanel Class
    In This Topic
    Represents the parameter panel of the Viewer.
    Object Model
    ParametersPanel Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ParametersPanel 
       Inherits SidebarPanel
    public sealed class ParametersPanel : SidebarPanel 
    Remarks
    The parameters panel facilitates user interaction with report parameters. It provides a user interface for entering and adjusting parameters that affect the report's data and presentation. This class manages the visibility, state, and interactions of the parameters panel, ensuring that users can effectively customize their report views according to specific criteria.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
                GrapeCity.ActiveReports.Viewer.Win.ParametersPanel

    See Also