Skip to main content
All docs
V23.2

ReportPreviewSettings.SearchSettings Property

Allows you to specify the Report Designer Preview‘s search settings.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[DataMember(Name = "searchSettings")]
public SearchSettings SearchSettings { get; set; }

Property Value

Type Description
SearchSettings

A class that contains settings that apply to search operations.

Property Paths

You can access this nested property as listed below:

Object Type Path to SearchSettings
ReportDesignerSettingsBase
.ReportPreviewSettings .SearchSettings
See Also