ReportDataCell Class

Contains the data for a cell in the report, including the display label and value.

Namespace

Reports

ReportDataCell Methods

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

  • getLabel()
    Returns the localized display name of the value of a specified cell in the report.
  • getValue()
    Returns the value of a specified cell of a detail row of a report.

getLabel()

Returns the localized display name of the value of a specified cell in the report.

Syntax

public String getLabel()

Return Value

Type: String

getValue()

Returns the value of a specified cell of a detail row of a report.

Syntax

public Object getValue()

Return Value

Type: Object