Back to Devexpress

WebDocumentViewerSearchSettings.UseAsyncSearch Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-dot-webdocumentviewersearchsettings-7730a935.md

latest2.7 KB
Original Source

WebDocumentViewerSearchSettings.UseAsyncSearch Property

Specifies whether the Web Document Viewer uses asynchronous search.

Namespace : DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
[DefaultValue(true)]
public bool UseAsyncSearch { get; set; }
vb
<DefaultValue(True)>
Public Property UseAsyncSearch As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to use asynchronous search; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to UseAsyncSearch
ASP.NET MVC ExtensionsWebDocumentViewerSettings

.SettingsSearch .UseAsyncSearch

| | .NET Reporting Tools | ASPxWebDocumentViewer |

.SettingsSearch .UseAsyncSearch

| | ReportPreviewSettings |

.SettingsSearch .UseAsyncSearch

|

Remarks

This property’s default value is true. Asynchronous search allows users to see the number of entries found and browse the search results while the operation is in progress. Users can also stop the search process at any time:

Set the UseAsyncSearch property to false to search the document synchronously.

See Also

WebDocumentViewerSearchSettings Class

WebDocumentViewerSearchSettings Members

DevExpress.XtraReports.Web.WebDocumentViewer Namespace