Skip to main content
A newer version of this page is available. .

XtraReportModelUI(IConnectionStorageService) Constructor

Initializes a new instance of the XtraReportModelUI class with the specified storage service.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public XtraReportModelUI(
    IConnectionStorageService connectionStorageService
)

Parameters

Name Type Description
connectionStorageService IConnectionStorageService

An object implementing the interface that provides a service functionality to store the data connection settings.

See Also