Parameters of the event which occurs when there is generation error.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.ReportingServices.Viewer.Client..::.ReportErrorEventArgs

See Also