ValveGet Structured Report Method
Generates a structured results report as a list of typed tuples, used by the UI report viewer.
Each tuple contains a ReportItemType tag and an array of display strings.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
A list of report-item tuples covering calculation parameters and results.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.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, StringA list of report-item tuples covering calculation parameters and results.