Interface ProgressForm.ITaskProgressShow
Provides a way for background work to report progress as a current/total pair, implemented by the progress dialog.
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public interface ProgressForm.ITaskProgressShow
Methods
View SourceShowProgress(int, int)
Declaration
void ShowProgress(int current, int total)
Parameters
| Type | Name | Description |
|---|---|---|
| int | current | |
| int | total |