[]
Provides data for ReportError event.
public class ReportErrorEventArgs : EventArgs
Name | Description |
---|---|
Exception | Exception that caused the error. |
Handled | Gets or sets a value that indicates whether the component should throw the Exception that was detected or whether it should ignore the error and continue rendering the report. |
Page | The current page. |