ConfigureExcelFileColumnsPageEx(IConfigureExcelFileColumnsPageView, IWizardRunnerContext, ReportWizardSettings, IDataDirectoryPatchingService) Constructor
Initializes a new instance of the ConfigureExcelFileColumnsPageEx<TModel> class with the specified settings.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public ConfigureExcelFileColumnsPageEx(
IConfigureExcelFileColumnsPageView view,
IWizardRunnerContext context,
ReportWizardSettings reportWizardSettings,
IDataDirectoryPatchingService dataDirectoryPatchingService
)
Parameters
| Name | Type | Description |
|---|---|---|
| view | IConfigureExcelFileColumnsPageView | An object implementing the IConfigureExcelFileColumnsPageView interface. |
| context | IWizardRunnerContext | An object implementing the IWizardRunnerContext interface that provides the functionality to run the wizard. |
| reportWizardSettings | ReportWizardSettings | A ReportWizardSettings object. |
| dataDirectoryPatchingService | IDataDirectoryPatchingService | An object implementing the IDataDirectoryPatchingService interface. |
See Also