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
#Related API Members
The following members return WebDocumentViewerSearchSettings objects:
Library | Related API Members |
---|---|
.NET Reporting Tools | ASPx |
Report |
|
ASP. |
Web |
#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:
<dx:ASPxWebDocumentViewer ID="ASPxWebDocumentViewer1" runat="server">
<SettingsSearch SearchEnabled="false" />
</dx:ASPxWebDocumentViewer>