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

XtraReportWizardClient(IConnectionStorageService, IParameterService, ISolutionTypesProvider, IConnectionStringsProvider) Constructor

Initializes a new instance of the XtraReportWizardClient<TModel> class with the specified settings.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public XtraReportWizardClient(
    IConnectionStorageService connectionStorage,
    IParameterService parameterService,
    ISolutionTypesProvider solutionTypesProvider,
    IConnectionStringsProvider connectionStringsProvider
)

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.

See Also