ActiveReports 13
SetBinding(DependencyProperty,BindingBase) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class > SetBinding Method : SetBinding(DependencyProperty,BindingBase) Method
Identifies the property where the binding should be established.
Represents the specifics of the data binding.
Attaches a binding to this element, based on the provided binding object.
Syntax
'Declaration
 
Public Overloads Function SetBinding( _
   ByVal dp As DependencyProperty, _
   ByVal binding As BindingBase _
) As BindingExpressionBase
public BindingExpressionBase SetBinding( 
   DependencyProperty dp,
   BindingBase binding
)

Parameters

dp
Identifies the property where the binding should be established.
binding
Represents the specifics of the data binding.

Return Value

Records the conditions of the binding. This return value can be useful for error checking.
See Also

Reference

Viewer Class
Viewer Members
Overload List