MaterialStreamGetStructuredReport Method

Returns a structured list of report items (labels and values) for display in the DWSIM report panel.

Definition

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

Return Value

ListTupleReportItemType, String
List of report tuples containing item type and string array.

See Also