Occurs when DataSource is resolved.

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

Syntax

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

See Also