XtraReportModelUI(IConnectionStorageService) Constructor
Initializes a new instance of the XtraReportModelUI class with the specified storage service.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| connectionStorageService | IConnectionStorageService | An object implementing the IConnectionStorageService interface that provides a service functionality to store the data connection settings. |
See Also