WebDocumentViewerSearchSettings.SearchEnabled Property
Allows you to hide search actions.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.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 |
---|---|---|
ASP.NET MVC Extensions | WebDocumentViewerSettings |
|
.NET Reporting Tools | ASPxWebDocumentViewer |
|
ReportPreviewSettings |
|
Remarks
The property’s default value is true
:
Set the SearchEnabled
property to false
to hide search actions:
See Also