Initializes a new instance of the ReportViewEventArgs class.

Namespace:  PerpetuumSoft.Reporting.View
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public ReportViewEventArgs(
	ReportControl control
)
Visual Basic (Declaration)
Public Sub New ( _
	control As ReportControl _
)
Visual C++
public:
ReportViewEventArgs(
	ReportControl^ control
)

See Also