Initializes a new instance of the ProcessRecordEventArgs class.

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

Syntax

C#
public ProcessRecordEventArgs(
	DataBand band
)
Visual Basic (Declaration)
Public Sub New ( _
	band As DataBand _
)
Visual C++
public:
ProcessRecordEventArgs(
	DataBand^ band
)

See Also