ReportType Class

Contains the unique API name and display name for the report type.

Namespace

Reports

ReportType Methods

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

  • getLabel()
    Returns the localized display name of the report type.
  • getType()
    Returns the unique identifier of the report type.

getLabel()

Returns the localized display name of the report type.

Syntax

public String getLabel()

Return Value

Type: String

getType()

Returns the unique identifier of the report type.

Syntax

public String getType()

Return Value

Type: String