Skip to main content
All docs
V19.1

ParameterBinding.Parameter Property

Specifies the bound parameter.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[Browsable(false)]
public Parameter Parameter { get; }

Property Value

Type Description
Parameter

A Parameter object.

See Also