XtraReportWizardClient(IConnectionStorageService, IParameterService, ISolutionTypesProvider, IConnectionStringsProvider, IDBSchemaProvider, IDBSchemaProviderEx, IDataSourceNameCreationService, IServiceProvider, OperationMode) Constructor
Initializes a new instance of the XtraReportWizardClient<TModel> class with the specified settings.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v25.1.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
)
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. |