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

XtraReportWizardClient(IConnectionStorageService, IParameterService, ISolutionTypesProvider, IConnectionStringsProvider, IDBSchemaProvider, IDBSchemaProviderEx, IDataSourceNameCreationService, IServiceProvider, OperationMode, SqlWizardOptions, IDisplayNameProvider, IExcelSchemaProvider, DataSourceTypes, IEnumerable<ProviderLookupItem>, ICustomQueryValidator) Constructor

In This Article

Initializes a new instance of the XtraReportWizardClient<TModel> class with the specified settings.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v24.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

#Declaration

public XtraReportWizardClient(
    IConnectionStorageService connectionStorage,
    IParameterService parameterService,
    ISolutionTypesProvider solutionTypesProvider,
    IConnectionStringsProvider connectionStringsProvider,
    IDBSchemaProvider dbSchemaProvider,
    IDBSchemaProviderEx dbSchemaProviderEx,
    IDataSourceNameCreationService dataSourceNameCreationService,
    IServiceProvider propertyGridServices,
    OperationMode operationMode,
    SqlWizardOptions sqlWizardOptions,
    IDisplayNameProvider displayNameProvider,
    IExcelSchemaProvider excelSchemaProvider,
    DataSourceTypes dataSourceTypes,
    IEnumerable<ProviderLookupItem> dataProviders,
    ICustomQueryValidator customQueryValidator
)

#Parameters

Name Type Description
connectionStorage IConnectionStorageService

An object implementing the IConnectionStorageService interface.

parameterService IParameterService

An object implementing the IParameterService interface.

solutionTypesProvider ISolutionTypesProvider

An object implementing the ISolutionTypesProvider interface.

connectionStringsProvider IConnectionStringsProvider

An object implementing the IConnectionStringsProvider interface.

dbSchemaProvider DevExpress.DataAccess.Sql.IDBSchemaProvider

An object implementing the DevExpress.DataAccess.Sql.IDBSchemaProvider interface.

dbSchemaProviderEx IDBSchemaProviderEx

An object implementing the IDBSchemaProviderEx interface.

dataSourceNameCreationService IDataSourceNameCreationService

An object implementing the IDataSourceNameCreationService interface.

propertyGridServices IServiceProvider

An object implementing the IServiceProvider interface.

operationMode OperationMode

An OperationMode enumeration value.

sqlWizardOptions SqlWizardOptions

One or more SqlWizardOptions enumeration values.

displayNameProvider IDisplayNameProvider

An object implementing the IDisplayNameProvider interface.

excelSchemaProvider IExcelSchemaProvider

An object implementing the IExcelSchemaProvider interface.

dataSourceTypes DataSourceTypes

A DataSourceTypes object.

dataProviders IEnumerable<ProviderLookupItem>

A collection of ProviderLookupItem objects.

customQueryValidator ICustomQueryValidator

An object implementing the ICustomQueryValidator interface.

See Also