Initializes a new instance of the GetReportParameterEventArgs class.

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

Syntax

C#
public GetReportParameterEventArgs(
	string templateName,
	ParameterCollection parameters
)
Visual Basic (Declaration)
Public Sub New ( _
	templateName As String, _
	parameters As ParameterCollection _
)
Visual C++
public:
GetReportParameterEventArgs(
	String^ templateName, 
	ParameterCollection^ parameters
)

See Also