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

In This Topic
    Refresh Method (ParametersPanel)
    In This Topic
    Refreshes the Parameters panel.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub Refresh() 
    public override void Refresh()
    Remarks
    This method is for updating the parameters panel to reflect any changes in the report's parameters, such as modifications to parameter values or the addition/removal of parameters. It ensures that the user interface remains in sync with the underlying report data and logic, providing an accurate and functional interface for user interaction.
    See Also