Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WebDocumentViewerSearchSettings Class

Contains settings that apply to the Web Document Viewer’s search operations.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

#Declaration

public class WebDocumentViewerSearchSettings :
    PropertiesBase,
    IPropertiesOwner

The following members return WebDocumentViewerSearchSettings objects:

Library Related API Members
.NET Reporting Tools ASPxWebDocumentViewer.SettingsSearch
ReportPreviewSettings.SettingsSearch
ASP.NET MVC Extensions WebDocumentViewerSettings.SettingsSearch

#Remarks

The WebDocumentViewerSearchSettings class has properties that allow you to disable the search action or disable asynchronous search for the Web Document Viewer.

The following code snippet shows how to hide search actions in ASP.NET Web Forms applications:

html
<dx:ASPxWebDocumentViewer ID="ASPxWebDocumentViewer1" runat="server">
    <SettingsSearch SearchEnabled="false" />
</dx:ASPxWebDocumentViewer>

#Inheritance

Object
StateManager
PropertiesBase
WebDocumentViewerSearchSettings
See Also