Skip to main content
All docs
V25.1
  • NavigateToReportAction.ParameterBindings Property

    Gets a collection of detail report parameter bindings.

    Namespace: DevExpress.XtraReports.Interactivity

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public ParameterBindingCollection ParameterBindings { get; }

    Property Value

    Type Description
    ParameterBindingCollection

    The collection of parameter bindings.

    See Also