ReportTypeColumnCategory Class

Contains category information for all fields in the report type.

Namespace

Reports

ReportTypeColumnCategory Methods

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

getColumns()

Returns information for all fields in the report type. The information is organized by each section’s unique API name.

Syntax

public MAP<String,Reports.ReportTypeColumn> getColumns()

Return Value

Type: Map<String,Reports.ReportTypeColumn>

getLabel()

Returns the localized display name of a section in the report type under which fields are organized. For example, in an Accounts with Contacts custom report type, Account General is the display name of the section that contains fields on general account information.

Syntax

public String getLabel()

Return Value

Type: String