WebDocumentViewerSearchSettings.SearchEnabled Property
Allows you to hide search actions.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v25.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to SearchEnabled |
|---|---|---|
| .NET Reporting Tools | ASPxWebDocumentViewer |
|
| ReportPreviewSettings |
|
|
| ASP.NET MVC Extensions | WebDocumentViewerSettings |
|
Remarks
The property’s default value is true:

Set the SearchEnabled property to false to hide search actions:

See Also