Skip to main content

ParametersPageBase.ParameterServiceParameters Property

Provides access to the collection of parameters associated with a current report.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IEnumerable<IParameter> ParameterServiceParameters { get; }

Property Value

Type Description
IEnumerable<IParameter>

A collection of IParameter objects.

See Also