Skip to main content
All docs
V23.2

ReportDesignerBuilder.ReportPreviewSettings(Action<ReportPreviewSettingsBuilder>) Method

Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public ReportDesignerBuilder ReportPreviewSettings(
    Action<ReportPreviewSettingsBuilder> configure
)

Parameters

Name Type
configure Action<ReportPreviewSettingsBuilder>

Returns

Type
ReportDesignerBuilder
See Also