ConfigureExcelFileColumnsPageEx(IConfigureExcelFileColumnsPageView, IWizardRunnerContext, ReportWizardSettings, IDataDirectoryPatchingService) Constructor
In This Article
Initializes a new instance of the ConfigureExcelFileColumnsPageEx<TModel> class with the specified settings.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public ConfigureExcelFileColumnsPageEx(
IConfigureExcelFileColumnsPageView view,
IWizardRunnerContext context,
ReportWizardSettings reportWizardSettings,
IDataDirectoryPatchingService dataDirectoryPatchingService
)
#Parameters
Name | Type | Description |
---|---|---|
view | IConfigure |
An object implementing the IConfigure |
context | IWizard |
An object implementing the IWizard |
report |
Report |
A Report |
data |
IData |
An object implementing the IData |
See Also