Row - Represents a row of data in a report.

Constructors

Properties

Constructors

  • Parameters

    • recordId: number

      The id of the record that the row represents.

    • cells: any[]

      The cells in the row.

    Returns Row

    • A new instance of Row.

Properties

cells: any[]
recordId: number