Performs additional custom processes when receiving report parameters.

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

Syntax

C#
void OnGetReportParameter(
	GetReportParameterEventArgs e
)
Visual Basic (Declaration)
Sub OnGetReportParameter ( _
	e As GetReportParameterEventArgs _
)
Visual C++
void OnGetReportParameter(
	GetReportParameterEventArgs^ e
)

See Also