Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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