Skip to main content

SqlWizardOptionsProvider(Func<SqlWizardOptions>) Constructor

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

Namespace: DevExpress.XtraReports.Wizards3

Assembly: DevExpress.XtraReports.v23.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