ReportScopeInfo Class

Contains information about possible scope values that you can choose. Scope values depend on the report type. For example, you can set the scope for opportunity reports to All opportunities, My team’s opportunities, or My opportunities.

Namespace

Reports

ReportScopeInfo Methods

The following are methods for ReportScopeInfo.

getDefaultValue()

Returns the default scope of the data to display in the report.

Signature

public String getDefaultValue()

Return Value

Type: String

getValues()

Returns a list of scope values specified for the report.

Signature

public List<Reports.ReportScopeValue> getValues()

Return Value

Type: List<Reports.ReportScopeValue>