getReportLabel Method (Java)

Applies to

Report Form

Syntax

public ReportLabel getReportLabel(String name);

Return value

ReportRow - the next Report row.

Parameters

Name Type Description
name String Name of the requested ReportLabel component.

Exceptions

Throws com.codecharge.components.NoSuchComponentException if the Report doesn't contains the ReportLabel with specified name.

Description

Returns the ReportLabel component with specified name.