Represents a selection control with a drop-down list of ToolButton that can be shown or hidden by clicking the arrow on the control. Selected element does not represented in drop-down list. 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 ExportListControl : Control
Visual Basic (Declaration)
Public Class ExportListControl _
	Inherits Control
Visual C++
public ref class ExportListControl : public Control

Inheritance Hierarchy

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

See Also