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

ParametersPageBase.ParameterService Property

Provides access to a service for managing report parameters created in the Report Wizard.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public IParameterService ParameterService { get; }

Property Value

Type Description
IParameterService

An object implementing the IParameterService interface.

See Also