Skip to main content
A newer version of this page is available. .

ReportDesignerBuilder.WizardSettings(Action<WizardSettings>) Method

Provides access to the Web Report Designer‘s settings.

Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner

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

Declaration

public ReportDesignerBuilder WizardSettings(
    Action<WizardSettings> configure
)

Parameters

Name Type Description
configure Action<WizardSettings>

A Action<T> delegate method that allows you to specify settings for the Web Report Wizard.

Returns

Type Description
ReportDesignerBuilder

A ReportDesignerBuilder that can be used to further configure the Report Designer.

Remarks

In the delegate method, specify the settings exposed by the WizardSettings object that is passed as a parameter.

See Also