Delegate MetaFileWorkProgress
Assembly: Reportman.Drawing.dll
public delegate void MetaFileWorkProgress(int records, int pagecount, ref bool docancel)
Parameters
| Type |
Name |
Description |
| int |
records |
Records processed
|
| int |
pagecount |
Current number number of pages
|
| bool |
docancel |
Set this reference variable to true to cancel report processing
|
Constructors
Declaration
public MetaFileWorkProgress(object @object, nint method)
Parameters
Methods
Declaration
public virtual IAsyncResult BeginInvoke(int records, int pagecount, ref bool docancel, AsyncCallback callback, object @object)
Parameters
Returns
Declaration
public virtual void EndInvoke(ref bool docancel, IAsyncResult result)
Parameters
Declaration
public virtual void Invoke(int records, int pagecount, ref bool docancel)
Parameters
| Type |
Name |
Description |
| int |
records |
|
| int |
pagecount |
|
| bool |
docancel |
|