Back to Devexpress

NavigateToReportAction.ParameterBindings Property

xtrareports-devexpress-dot-xtrareports-dot-interactivity-dot-navigatetoreportaction-3bb6d67c.md

latest1.3 KB
Original Source

NavigateToReportAction.ParameterBindings Property

Gets a collection of detail report parameter bindings.

Namespace : DevExpress.XtraReports.Interactivity

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public ParameterBindingCollection ParameterBindings { get; }
vb
Public ReadOnly Property ParameterBindings As ParameterBindingCollection

Property Value

TypeDescription
ParameterBindingCollection

The collection of parameter bindings.

|

See Also

NavigateToReportAction Class

NavigateToReportAction Members

DevExpress.XtraReports.Interactivity Namespace