Skip to main content
All docs
V25.1
  • ReportPreviewSettings.SearchSettings Property

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

    Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

    Assembly: DevExpress.Data.v25.1.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