ICapeUnitReport Interface

This interface provides access to the active unit report and the available list of options.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComImportAttribute]
[GuidAttribute("678c099b-0093-11d2-a67d-00105a42887f")]
[ComVisibleAttribute(false)]
public interface ICapeUnitReport

Remarks

It also provides a trigger for the creation of a report.

Properties

reports Gets the list of possible reports for the unit operation.
selectedReport Gets and sets the current active report for the unit operation.

Methods

ProduceReport Produces the active report for the unit operation.

See Also