ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / SearchPanel Class / Clear Method

In This Topic
    Clear Method (SearchPanel)
    In This Topic
    Clears the search panel UI, resets the search parameters and clears the search result.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub Clear() 
    public override void Clear()
    Remarks
    This method is essential for resetting the search functionality to its initial state. It is particularly useful when starting a new search operation or when the user needs to clear the current search results and parameters. Invoking this method ensures that the search panel is ready for a new search query, providing a clean slate for user interaction.
    See Also