onspring-api-sdk
    Preparing search index...

    Class ReportData

    ReportData - Represents the data for a report.

    Index
    • Parameters

      • columns: string[]

        The columns in the report.

      • rows: Row[]

        The rows in the report.

      Returns ReportData

      • A new instance of ReportData.
    columns: string[]
    rows: Row[]