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

    Gets a collection of detail report parameter bindings.

    Namespace: DevExpress.XtraReports.Interactivity

    Assembly: DevExpress.XtraReports.v26.1.dll

    Declaration

    public ParameterBindingCollection ParameterBindings { get; }

    Property Value

    Type Description
    ParameterBindingCollection

    The collection of parameter bindings.

    See Also