ActiveReports Developer 7
SetBinding(DependencyProperty,String) Method
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class > SetBinding Method : SetBinding(DependencyProperty,String) Method

dp
path

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Function SetBinding( _
   ByVal dp As System.Windows.DependencyProperty, _
   ByVal path As System.String _
) As System.Windows.Data.BindingExpression
C# 
public System.Windows.Data.BindingExpression SetBinding( 
   System.Windows.DependencyProperty dp,
   System.string path
)

Parameters

dp
path

See Also