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

key
value

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SetValue( _
   ByVal key As System.Windows.DependencyPropertyKey, _
   ByVal value As System.Object _
) 
C# 
public void SetValue( 
   System.Windows.DependencyPropertyKey key,
   System.object value
)

Parameters

key
value

See Also