Provides data for the GetReportParameter event.

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

Syntax

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

Inheritance Hierarchy

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

See Also