The CursorLayer type exposes the following members.

Constructors

  NameDescription
CursorLayer
Initializes a new instance of the CursorLayer class.

Methods

  NameDescription
Arrange (Inherited from UIElement.)
ArrangeOverride (Inherited from Canvas.)
CaptureMouse (Inherited from UIElement.)
CheckAccess (Inherited from DependencyObject.)
ClearValue (Inherited from DependencyObject.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindName (Inherited from FrameworkElement.)
GetAnimationBaseValue (Inherited from DependencyObject.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetValue (Inherited from DependencyObject.)
InvalidateArrange (Inherited from UIElement.)
InvalidateMeasure (Inherited from UIElement.)
Measure (Inherited from UIElement.)
MeasureOverride (Inherited from Canvas.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnApplyTemplate (Inherited from FrameworkElement.)
OnCreateAutomationPeer (Inherited from UIElement.)
OnMoseLeave
Occurs when the pointer leaves report viewer bounds.
OnMoseMove
Occurs when the pointer is moving in report viewer bounds.
OnMouseDown
Occurs when the mouse left button is pressed when the pointer is in report viewer bounds.
OnMouseUp
Occurs when the mouse left button is released when the pointer is in report viewer bounds.
ReadLocalValue (Inherited from DependencyObject.)
ReleaseMouseCapture (Inherited from UIElement.)
SetBinding (Inherited from FrameworkElement.)
SetCursor
Sets active cursor.
SetValue (Inherited from DependencyObject.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TransformToVisual (Inherited from UIElement.)
UpdateLayout (Inherited from UIElement.)

Properties

  NameDescription
ActualHeight (Inherited from FrameworkElement.)
ActualWidth (Inherited from FrameworkElement.)
Background (Inherited from Panel.)
Children (Inherited from Panel.)
Clip (Inherited from UIElement.)
CurrentCursor
Gets or sets Cursor which is current cursor.
Cursor (Inherited from FrameworkElement.)
DataContext (Inherited from FrameworkElement.)
DesiredSize (Inherited from UIElement.)
Dispatcher (Inherited from DependencyObject.)
Height (Inherited from FrameworkElement.)
HorizontalAlignment (Inherited from FrameworkElement.)
IsCursorUnderHyperlink
Gets or sets the property which indicates that cursor is above the hyperlink.
IsHitTestVisible (Inherited from UIElement.)
Language (Inherited from FrameworkElement.)
Margin (Inherited from FrameworkElement.)
MaxHeight (Inherited from FrameworkElement.)
MaxWidth (Inherited from FrameworkElement.)
MinHeight (Inherited from FrameworkElement.)
MinWidth (Inherited from FrameworkElement.)
Name (Inherited from FrameworkElement.)
Opacity (Inherited from UIElement.)
OpacityMask (Inherited from UIElement.)
Parent (Inherited from FrameworkElement.)
RenderSize (Inherited from UIElement.)
RenderTransform (Inherited from UIElement.)
RenderTransformOrigin (Inherited from UIElement.)
Resources (Inherited from FrameworkElement.)
Style (Inherited from FrameworkElement.)
Tag (Inherited from FrameworkElement.)
Triggers (Inherited from FrameworkElement.)
UseLayoutRounding (Inherited from UIElement.)
VerticalAlignment (Inherited from FrameworkElement.)
ViewManager
Gets or sets ViewManager which is Report Viewer manager.
Visibility (Inherited from UIElement.)
Width (Inherited from FrameworkElement.)

Events

  NameDescription
BindingValidationError (Inherited from FrameworkElement.)
GotFocus (Inherited from UIElement.)
KeyDown (Inherited from UIElement.)
KeyUp (Inherited from UIElement.)
LayoutUpdated (Inherited from FrameworkElement.)
Loaded (Inherited from FrameworkElement.)
LostFocus (Inherited from UIElement.)
LostMouseCapture (Inherited from UIElement.)
MouseEnter (Inherited from UIElement.)
MouseLeave (Inherited from UIElement.)
MouseLeftButtonDown (Inherited from UIElement.)
MouseLeftButtonUp (Inherited from UIElement.)
MouseMove (Inherited from UIElement.)
SizeChanged (Inherited from FrameworkElement.)

See Also