Skip to main content
All docs
V23.2

NavigateToReportAction.ParameterBindings Property

Gets a collection of detail report parameter bindings.

Namespace: DevExpress.XtraReports.Interactivity

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ParameterBindingCollection ParameterBindings { get; }

Property Value

Type Description
ParameterBindingCollection

The collection of parameter bindings.

See Also