[Missing <summary> documentation for E:PerpetuumSoft.Reporting.Components.ReportManager.ResolveSubReportSource]

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

Syntax

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

See Also