Class ReportWriter.ReportErrorEventArgs
The event occurs when a run-time error is produced when a report has the focus.
Inheritance
System.Object
System.EventArgs
ReportWriter.ReportErrorEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Writer
Assembly: BoldReports.Web.dll
Syntax
public class ReportErrorEventArgs : EventArgs
Constructors
ReportErrorEventArgs()
Declaration
public ReportErrorEventArgs()
Properties
Error
Gets or sets collection of errors.
Declaration
public List<string> Error { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |