[]
Represents the search panel within the ActiveReports Viewer.
[TypeConverter(typeof(LabelStubConverter<SearchPanel>))]
public sealed class SearchPanel : SidebarPanel, IComponent, IDisposable
The search panel provides functionality for users to search text within the report. It offers a user interface for entering search queries, navigating through search results, and highlighting occurrences within the report. This class manages the visibility, state, and interactions of the search panel.
Name | Description |
---|---|
EnabledRuntime | Gets or sets a value indicating whether this SearchPanel is enabled at runtime. |
Text | Gets or sets the caption of the search panel. |
VisibleRuntime | Gets or sets a value indicating whether this SearchPanel is visible at runtime. |
Name | Description |
---|---|
Clear() | Clears the search panel user interface, resets the search parameters, and clears the search results. |