Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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.

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