Control which is used for checking selection on toolbar. 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 Select : Control
Visual Basic (Declaration)
Public Class Select _
	Inherits Control
Visual C++
public ref class Select : public Control

Inheritance Hierarchy

System..::.Object
  System.Windows..::.DependencyObject
    System.Windows..::.UIElement
      System.Windows..::.FrameworkElement
        System.Windows.Controls..::.Control
          PerpetuumSoft.ReportingServices.Viewer.Client..::.Select

See Also