Represents method that will handle the ResolveDataSource event.
    Namespace: 
   PerpetuumSoft.Reporting.ComponentsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public delegate void ResolveDataSourceEventHandler( Object sender, ResolveDataSourceEventArgs args )  | 
| Visual Basic (Declaration) | 
|---|
Public Delegate Sub ResolveDataSourceEventHandler ( _ sender As Object, _ args As ResolveDataSourceEventArgs _ )  | 
| Visual C++ | 
|---|
public delegate void ResolveDataSourceEventHandler( Object^ sender, ResolveDataSourceEventArgs^ args )  | 
Parameters
- sender
 - Type: System..::.Object