Delegate ReportProgress
Delegate definition for report processing
Assembly: Reportman.Reporting.dll
Syntax
public delegate void ReportProgress(BaseReport Report, ref bool docancel)
Parameters
| Type |
Name |
Description |
| BaseReport |
Report |
Report being processed
|
| bool |
docancel |
Setting this variable to true, the report processing will be cancelled
|
Constructors
ReportProgress(object, nint)
Declaration
public ReportProgress(object @object, nint method)
Parameters
Methods
BeginInvoke(BaseReport, ref bool, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(BaseReport Report, ref bool docancel, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(ref bool, IAsyncResult)
Declaration
public virtual void EndInvoke(ref bool docancel, IAsyncResult result)
Parameters
Invoke(BaseReport, ref bool)
Declaration
public virtual void Invoke(BaseReport Report, ref bool docancel)
Parameters