Back to Devexpress

XRControl.RemoveInvalidBindings(Predicate<XRBinding>) Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrol-dot-removeinvalidbindings-x28-system-dot-predicate-devexpress-dot-xtrareports-dot-ui-dot-xrbinding-x29.md

latest1.5 KB
Original Source

XRControl.RemoveInvalidBindings(Predicate<XRBinding>) Method

Removes inappropriate bindings assigned to the XRControl‘s properties.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public virtual void RemoveInvalidBindings(
    Predicate<XRBinding> predicate
)
vb
Public Overridable Sub RemoveInvalidBindings(
    predicate As Predicate(Of XRBinding)
)

Parameters

NameTypeDescription
predicatePredicate<XRBinding>

An XRBinding predicate.

|

See Also

XRControl Class

XRControl Members

DevExpress.XtraReports.UI Namespace