ExpanderGetStructuredReport Method

Generates a structured report of the expander's calculation parameters and results, formatted as a list of typed report items for display in the UI.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override List<Tuple<ReportItemType, string[]>> GetStructuredReport()

Return Value

ListTupleReportItemType, String
A list of TupleT1, T2 items representing labeled, single-column, double-column, and triple-column report rows.

See Also