Skip to main content
All docs
V23.2

ReportPreviewSettingsBuilder.ExportSettings(Action<ExportSettings>) Method

Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public ReportPreviewSettingsBuilder ExportSettings(
    Action<ExportSettings> configure
)

Parameters

Name Type
configure Action<ExportSettings>

Returns

Type
ReportPreviewSettingsBuilder
See Also