SqlWizardOptionsProvider(Func<SqlWizardOptions>) Constructor
Initializes a new instance of the SqlWizardOptionsProvider class with the specified wizard options.
Namespace: DevExpress.XtraReports.Wizards3
Assembly: DevExpress.XtraReports.v20.2.Extensions.dll
Declaration
public SqlWizardOptionsProvider(
Func<SqlWizardOptions> getOptions
)
Public Sub New(
getOptions As Func(Of SqlWizardOptions)
)
Parameters
Name | Type | Description |
---|---|---|
getOptions | Func<SqlWizardOptions> | A function specifying the required SqlWizardOptions. |
See Also
Feedback