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.
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.
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()
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.