Provides data for the ResolveDataSource event.

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

Syntax

C#
public class ResolveDataSourceEventArgs : EventArgs
Visual Basic (Declaration)
Public Class ResolveDataSourceEventArgs _
	Inherits EventArgs
Visual C++
public ref class ResolveDataSourceEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.Reporting.Components..::.ResolveDataSourceEventArgs

See Also