Class SubreportProcessingEventHandler
Occurs when subreport loaded in Local processing mode.
Inheritance
System.Object
SubreportProcessingEventHandler
Assembly: BoldReports.Web.dll
Syntax
public sealed class SubreportProcessingEventHandler : MulticastDelegate
Constructors
SubreportProcessingEventHandler(Object, IntPtr)
Declaration
public SubreportProcessingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, SubreportProcessingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SubreportProcessingEventArgs 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, SubreportProcessingEventArgs)
Declaration
public virtual void Invoke(object sender, SubreportProcessingEventArgs e)
Parameters