The BooleanParameterControl class is intended to encapsulate logic for report parameter controls with Boolean type and with single-value selection and without list of available values. Inherited from ReportParameterControl. 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 BooleanParameterControl : ReportParameterControl
Visual Basic (Declaration)
Public Class BooleanParameterControl _
	Inherits ReportParameterControl
Visual C++
public ref class BooleanParameterControl : public ReportParameterControl

Inheritance Hierarchy

See Also