Represents method that will handle the ResolveSubReport event.

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

Syntax

C#
public delegate void ResolveSubReportEventHandler(
	Object sender,
	ResolveSubReportEventArgs args
)
Visual Basic (Declaration)
Public Delegate Sub ResolveSubReportEventHandler ( _
	sender As Object, _
	args As ResolveSubReportEventArgs _
)
Visual C++
public delegate void ResolveSubReportEventHandler(
	Object^ sender, 
	ResolveSubReportEventArgs^ args
)

See Also