Class ProgressForm
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
ProgressForm
Inherited Members
Namespace: FastReport.Forms
Assembly: FastReport.dll
Syntax
public class ProgressForm : BaseForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
ProgressForm(Report)
Initialazes a new instance of the ProgressForm class.
Declaration
public ProgressForm(Report report)
Parameters
Type | Name | Description |
---|---|---|
Report | report | A reference to the report. |
ProgressForm(Report, Boolean)
Initialazes a new instance of the ProgressForm class.
Declaration
public ProgressForm(Report report, bool withCancelButton)
Parameters
Type | Name | Description |
---|---|---|
Report | report | A reference to the report. |
System.Boolean | withCancelButton | Specifies whether the form should be with Cancel button. |
Properties
Aborted
Gets Aborted state
Declaration
public bool Aborted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
ShowProgressMessage(String)
Declaration
public void ShowProgressMessage(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |