Delegate ReportWriter.ReportErrorHandler
Declares a delegate for a method for handle errors.
Assembly: BoldReports.Web.dll
Syntax
public delegate void ReportErrorHandler(object sender, ReportWriter.ReportErrorEventArgs e);
Parameters
Constructors
ReportErrorHandler(Object, IntPtr)
Declaration
public ReportErrorHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ReportWriter.ReportErrorEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ReportWriter.ReportErrorEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, ReportWriter.ReportErrorEventArgs)
Declaration
public virtual void Invoke(object sender, ReportWriter.ReportErrorEventArgs e)
Parameters