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

SqlWizardOptionsProvider(Func<SqlWizardOptions>) Constructor

Initializes a new instance of the SqlWizardOptionsProvider class with the specified wizard options.

Namespace: DevExpress.XtraReports.Wizards3

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public SqlWizardOptionsProvider(
    Func<SqlWizardOptions> getOptions
)

Parameters

Name Type Description
getOptions Func<SqlWizardOptions>

A function specifying the required SqlWizardOptions.

See Also