Skip to main content
All docs
V18.2

ASPxClientDocumentViewer.IsSearchAllowed() Method

Gets a value indicating whether or not searching text across a report is permitted in the web browser.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public bool IsSearchAllowed()

Returns

Type Description
Boolean

true if searching text in the report is allowed; otherwise, false.

See Also