An abstract class. This class is intended to encapsulate common logic for report parameter controls. Inherited from BaseParameterControl.

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

Syntax

C#
public abstract class ReportParameterControl : BaseParameterControl
Visual Basic (Declaration)
Public MustInherit Class ReportParameterControl _
	Inherits BaseParameterControl
Visual C++
public ref class ReportParameterControl abstract : public BaseParameterControl

Inheritance Hierarchy

See Also