Skip to main content
All docs
V24.2

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, SensitiveInfoSavingBehavior, MongoDBWizardOptions, MongoDBSensitiveInfoSavingBehavior, IDisplayNameProvider, IExcelSchemaProvider, DataSourceTypes, IEnumerable<ProviderLookupItem>, ICustomQueryValidator, IDataDirectoryPatchingService) Constructor

In This Article

Initializes a new instance of the XtraReportWizardClient<TModel> class with 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,
    SensitiveInfoSavingBehavior databaseCredentialsSavingOption,
    MongoDBWizardOptions mongoDBWizardOptions,
    MongoDBSensitiveInfoSavingBehavior mongoDBSensitiveInfoSavingBehavior,
    IDisplayNameProvider displayNameProvider,
    IExcelSchemaProvider excelSchemaProvider,
    DataSourceTypes dataSourceTypes,
    IEnumerable<ProviderLookupItem> dataProviders,
    ICustomQueryValidator customQueryValidator,
    IDataDirectoryPatchingService dataDirectoryPatchingService
)

#Parameters

Name Type
connectionStorage IConnectionStorageService
parameterService IParameterService
solutionTypesProvider ISolutionTypesProvider
connectionStringsProvider IConnectionStringsProvider
dbSchemaProvider DevExpress.DataAccess.Sql.IDBSchemaProvider
dbSchemaProviderEx IDBSchemaProviderEx
dataSourceNameCreationService IDataSourceNameCreationService
propertyGridServices IServiceProvider
operationMode OperationMode
sqlWizardOptions SqlWizardOptions
databaseCredentialsSavingOption SensitiveInfoSavingBehavior
mongoDBWizardOptions DevExpress.DataAccess.Wizard.MongoDBWizardOptions
mongoDBSensitiveInfoSavingBehavior DevExpress.DataAccess.Wizard.MongoDBSensitiveInfoSavingBehavior
displayNameProvider IDisplayNameProvider
excelSchemaProvider IExcelSchemaProvider
dataSourceTypes DataSourceTypes
dataProviders IEnumerable<ProviderLookupItem>
customQueryValidator ICustomQueryValidator
dataDirectoryPatchingService IDataDirectoryPatchingService
See Also