Back to Devexpress

WebDocumentViewerSearchSettings Class

xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-e9c24840.md

latest2.4 KB
Original Source

WebDocumentViewerSearchSettings Class

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

Declaration

csharp
public class WebDocumentViewerSearchSettings :
    PropertiesBase,
    IPropertiesOwner
vb
Public Class WebDocumentViewerSearchSettings
    Inherits PropertiesBase
    Implements IPropertiesOwner

The following members return WebDocumentViewerSearchSettings objects:

LibraryRelated API Members
.NET Reporting ToolsASPxWebDocumentViewer.SettingsSearch
ReportPreviewSettings.SettingsSearch
ASP.NET MVC ExtensionsWebDocumentViewerSettings.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:

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

Inheritance

Object StateManager PropertiesBase WebDocumentViewerSearchSettings

See Also

WebDocumentViewerSearchSettings Members

DevExpress.XtraReports.Web.WebDocumentViewer Namespace