A layer class where cursor is displayed. It is used for the Report Viewer template creation.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public class CursorLayer : Canvas
Visual Basic (Declaration)
Public Class CursorLayer _
	Inherits Canvas
Visual C++
public ref class CursorLayer : public Canvas

Inheritance Hierarchy

System..::.Object
  System.Windows..::.DependencyObject
    System.Windows..::.UIElement
      System.Windows..::.FrameworkElement
        System.Windows.Controls..::.Panel
          System.Windows.Controls..::.Canvas
            PerpetuumSoft.ReportingServices.Viewer.Client..::.CursorLayer

See Also