Occurs when subreport is resolved.

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

Syntax

C#
public event ResolveSubReportEventHandler ResolveSubReport
Visual Basic (Declaration)
Public Event ResolveSubReport As ResolveSubReportEventHandler
Visual C++
public:
 event ResolveSubReportEventHandler^ ResolveSubReport {
	void add (ResolveSubReportEventHandler^ value);
	void remove (ResolveSubReportEventHandler^ value);
}

See Also