Skip to main content
All docs
V18.2

ASPxClientReportViewer.Search() Method

Invokes the Search dialog, which allows end-users to search for specific text in a report.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public void Search()

Remarks

Note that the Search dialog can be invoked only if the ASPxClientReportViewer.IsSearchAllowed method returns true.

See Also