Skip to main content

MultiQueryConfigureParametersPage(IParameterService, IPreviewDialogAccessor) Constructor

Initializes a new instance of the MultiQueryConfigureParametersPage class with the specified settings.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public MultiQueryConfigureParametersPage(
    IParameterService parameterService,
    IPreviewDialogAccessor previewDialogAccessor
)

Parameters

Name Type Description
parameterService IParameterService

An object implementing the IParameterService interface.

previewDialogAccessor IPreviewDialogAccessor

An object implementing the IPreviewDialogAccessor interface.

See Also