Show / Hide Table of Contents

    MeasuringReportingRowInfo

    Type, Introduced in version 22.9

    Represents information about a measuring reporting row.

    Used by the MeasuringReportingSelectionRowInfo type.

    Properties

    Name Type Summary Introduced in
    Description String The translated description of the measuring reporting row.
    RowIndex Int32 The row index of the measuring reporting row.
    Type Int32 The type of the value stored in the measuring reporting row.

    • Decimal: 0
    • Text: 1
    • CheckBox: 2
    • Date: 3

    Example

    {
      "Description": null,
      "RowIndex": 0,
      "Type": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB