XtraReportWizardClient(IConnectionStorageService, IParameterService, ISolutionTypesProvider, IConnectionStringsProvider, IDBSchemaProvider, IDBSchemaProviderEx) 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
)
#Parameters
Name | Type | Description |
---|---|---|
connection |
IConnection |
An object implementing the IConnection |
parameter |
IParameter |
An object implementing the IParameter |
solution |
ISolution |
An object implementing the ISolution |
connection |
IConnection |
An object implementing the IConnection |
db |
DevExpress. |
An object implementing the DevExpress. |
db |
IDBSchema |
An object implementing the IDBSchema |
See Also