SummaryValue Class

Contains summary data for a cell of the report.

Namespace

Reports

SummaryValue Methods

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

getLabel()

Returns the formatted summary data for a specified cell.

Syntax

public String getLabel()

Return Value

Type: String

getValue()

Returns the numeric value of the summary data for a specified cell.

Syntax

public Object getValue()

Return Value

Type: Object