Class ReportProgressForm
Form to show report processing progres
Inheritance
ReportProgressForm
Implements
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class ReportProgressForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
ReportProgressForm()
Constructor
Declaration
public ReportProgressForm()
Fields
metafile
Declaration
public MetaFile metafile
Field Value
| Type | Description |
|---|---|
| MetaFile |
multithread
Declaration
public bool multithread
Field Value
| Type | Description |
|---|---|
| bool |
timerclose
Declaration
public Timer timerclose
Field Value
| Type | Description |
|---|---|
| Timer |
Methods
CalculateReport(MetaFile, PrintOut)
Declaration
public static void CalculateReport(MetaFile meta, PrintOut driver)
Parameters
| Type | Name | Description |
|---|---|---|
| MetaFile | meta | |
| PrintOut | driver |
Dispose(bool)
Free resources
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
Overrides
SetMetaFile(MetaFile)
Funtion to set the metafile to link to the form
Declaration
public void SetMetaFile(MetaFile meta)
Parameters
| Type | Name | Description |
|---|---|---|
| MetaFile | meta |
WorkProgress(int, int, ref bool)
Declaration
public void WorkProgress(int records, int pagecount, ref bool docancel)
Parameters
| Type | Name | Description |
|---|---|---|
| int | records | |
| int | pagecount | |
| bool | docancel |