XtraReportModelUI(IConnectionStorageService) Constructor
In This Article
Initializes a new instance of the XtraReportModelUI class with the specified storage service.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
public XtraReportModelUI(
IConnectionStorageService connectionStorageService
)
#Parameters
Name | Type | Description |
---|---|---|
connection |
IConnection |
An object implementing the IConnection |
See Also