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
View Source
ReportProgress(object, nint)
Declaration
public ReportProgress(object @object, nint method)
Parameters
Methods
View Source
BeginInvoke(BaseReport, ref bool, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(BaseReport Report, ref bool docancel, AsyncCallback callback, object @object)
Parameters
Returns
View Source
EndInvoke(ref bool, IAsyncResult)
Declaration
public virtual void EndInvoke(ref bool docancel, IAsyncResult result)
Parameters
View Source
Invoke(BaseReport, ref bool)
Declaration
public virtual void Invoke(BaseReport Report, ref bool docancel)
Parameters