Represents a panel control with list of BaseParameterControl that can be shown or hidden and have two buttons to accept or cancel BaseParameterControl controls changing. 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 ParametersPanel : Control
Visual Basic (Declaration)
Public Class ParametersPanel _
	Inherits Control
Visual C++
public ref class ParametersPanel : public Control

Inheritance Hierarchy

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

See Also