xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-e9c24840.md
Contains settings that apply to the Web Document Viewer’s search operations.
Namespace : DevExpress.XtraReports.Web.WebDocumentViewer
Assembly : DevExpress.XtraReports.v25.2.Web.WebForms.dll
NuGet Package : DevExpress.Web.Reporting
public class WebDocumentViewerSearchSettings :
PropertiesBase,
IPropertiesOwner
Public Class WebDocumentViewerSearchSettings
Inherits PropertiesBase
Implements IPropertiesOwner
The following members return WebDocumentViewerSearchSettings objects:
| Library | Related API Members |
|---|---|
| .NET Reporting Tools | ASPxWebDocumentViewer.SettingsSearch |
| ReportPreviewSettings.SettingsSearch | |
| ASP.NET MVC Extensions | WebDocumentViewerSettings.SettingsSearch |
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:
<dx:ASPxWebDocumentViewer ID="ASPxWebDocumentViewer1" runat="server">
<SettingsSearch SearchEnabled="false" />
</dx:ASPxWebDocumentViewer>
Object StateManager PropertiesBase WebDocumentViewerSearchSettings
See Also