An abstract class. It is basic class for all report parameter and credential controls which realize displaying Report Parameters and Data-Sourse Credentials.

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 BaseParameterControl : Control
Visual Basic (Declaration)
Public MustInherit Class BaseParameterControl _
	Inherits Control
Visual C++
public ref class BaseParameterControl abstract : public Control

Inheritance Hierarchy

See Also