[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.SearchPanel

SearchPanel Class

Represents the search panel within the ActiveReports Viewer.

Implements
Namespace: GrapeCity.ActiveReports.Viewer.Win
Assembly: MESCIUS.ActiveReports.Viewer.Win.dll
Syntax
[TypeConverter(typeof(LabelStubConverter<SearchPanel>))]
public sealed class SearchPanel : SidebarPanel, IComponent, IDisposable
Remarks

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.

Properties

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.

Methods

Name Description
Clear()

Clears the search panel user interface, resets the search parameters, and clears the search results.