Reporting

Provides a data for the Error event of a Report.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class ErrorEventArgs : CancelEventArgs
Visual Basic
Public Class ErrorEventArgs _
	Inherits CancelEventArgs

Remarks

A ErrorEventArgs object is passed to the event handler, which allows you to determine the current exception that has occurred during the report processing and to indicate that the report operation should be canceled. To cancel the report operation, set the [!:ErrorEventArgs.Cancel] property to True.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..CancelEventArgs
      Telerik.Reporting..::..ErrorEventArgs

Version Information

Supported in: 1.0.1

See Also