Material StreamGet Structured Report 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
List of report tuples containing item type and string array.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public override List<Tuple<ReportItemType, string[]>> GetStructuredReport()VB
Public Overrides Function GetStructuredReport As List(Of Tuple(Of ReportItemType, String()))Return Value
ListTupleReportItemType, StringList of report tuples containing item type and string array.