ActiveReports 12
ReadLocalValue Method (SearchPanel)

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > SearchPanel Class : ReadLocalValue Method
The System.Windows.DependencyProperty identifier of the property to retrieve the value for.
Returns the local value of a dependency property, if it exists.
Syntax
'Declaration
 
Public Function ReadLocalValue( _
   ByVal dp As DependencyProperty _
) As Object
public object ReadLocalValue( 
   DependencyProperty dp
)

Parameters

dp
The System.Windows.DependencyProperty identifier of the property to retrieve the value for.

Return Value

Returns the local value, or returns the sentinel value System.Windows.DependencyProperty.UnsetValue if no local value is set.
See Also

Reference

SearchPanel Class
SearchPanel Members