ReportDetailRow Class

Contains data cells for a detail row of a report.

Namespace

Reports

ReportDetailRow Methods

The following are methods for ReportDetailRow. All are instance methods.

getDataCells()

Returns a list of data cells for a detail row.

Syntax

public LIST<Reports.ReportDataCell> getDataCells()

Return Value

Type: List<Reports.ReportDataCell>