'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.