Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 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