[Missing <summary> documentation for T:PerpetuumSoft.Reporting.Components.ResolveSubReportSourceEventHandler]

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

Syntax

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

See Also