[]
Represents a form that can be used to show printing or export progress.
public class ProgressForm : BaseForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
| Name | Description |
|---|---|
| ProgressForm() | Initializes a new instance of the ProgressForm class. |
| Name | Description |
|---|---|
| m_btnCancel | |
| m_lblAction | |
| m_progressBar | |
| m_tbAction |
| Name | Description |
|---|---|
| Dispose(bool) | Clean up any resources being used. |
| DoExport(Exporter, Stream) | Performs export to a stream, using a new instance of ProgressForm to show operation progress. |
| DoExport(Exporter, string) | Performs export to a disk file, using a new instance of ProgressForm to show operation progress. |
| DoPrint(C1PrintManager, PrinterSettings, PageSettings) | Prints a document, using a new instance of ProgressForm to show operation progress. |
| Export(Exporter, Stream) | Performs export to a stream, using the current ProgressForm to show operation progress. |
| Export(Exporter, string) | Performs export to a disk file, using the current ProgressForm to show operation progress. |
| Print(C1PrintManager, PrinterSettings, PageSettings) | Prints a document, using the current ProgressForm to show operation progress. |