ReportData - Represents the data for a report.

Constructors

Properties

Constructors

  • Parameters

    • columns: string[]

      The columns in the report.

    • rows: Row[]

      The rows in the report.

    Returns ReportData

    • A new instance of ReportData.

Properties

columns: string[]
rows: Row[]