ActiveReports 12
SetValue(DependencyProperty,Object) Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class > SetValue Method : SetValue(DependencyProperty,Object) Method
The identifier of the dependency property to set.
The new local value.
Sets the local value of a dependency property, specified by its dependency property identifier.
Syntax
'Declaration
 
Public Overloads Sub SetValue( _
   ByVal dp As DependencyProperty, _
   ByVal value As Object _
) 
public void SetValue( 
   DependencyProperty dp,
   object value
)

Parameters

dp
The identifier of the dependency property to set.
value
The new local value.
Exceptions
ExceptionDescription
Attempted to modify a read-only dependency property, or a property on a sealed System.Windows.DependencyObject.
value was not the correct type as registered for the dp property.
See Also

Reference

Viewer Class
Viewer Members
Overload List