Skip to main content
All docs
V23.2

ReportPreviewSettingsBuilder.SearchSettings(Action<SearchSettings>) Method

Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner

Assembly: DevExpress.AspNetCore.Reporting.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public ReportPreviewSettingsBuilder SearchSettings(
    Action<SearchSettings> configure
)

Parameters

Name Type
configure Action<SearchSettings>

Returns

Type
ReportPreviewSettingsBuilder
See Also