Class DataProgress
Inheritance
DataProgress
Implements
Inherited Members
Namespace: Reportman.Reporting.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class DataProgress : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
DataProgress()
Declaration
public DataProgress()
Methods
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
ExecuteProgress(DataProgressEventHandler)
Declaration
public static void ExecuteProgress(DataProgressEventHandler OnExecute)
Parameters
| Type | Name | Description |
|---|---|---|
| DataProgressEventHandler | OnExecute |
ShowProgress(object, int, int, ref bool)
Declaration
public void ShowProgress(object sender, int records, int count, ref bool docancel)
Parameters
| Type | Name | Description |
|---|---|---|
| object | sender | |
| int | records | |
| int | count | |
| bool | docancel |