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

dp
value

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Sub SetCurrentValue( _
   ByVal dp As System.Windows.DependencyProperty, _
   ByVal value As System.Object _
) 
C# 
public void SetCurrentValue( 
   System.Windows.DependencyProperty dp,
   System.object value
)

Parameters

dp
value

See Also