com.businessobjects.rebean.wi
Interface ReportPart


public interface ReportPart

Provides information on a specific report part.

Since:
11.7

Method Summary
 Report getReport()
          Retrieves the Report containing this report part.
 java.lang.String getTemporaryReference()
          Retrieves the report part's temporary reference.
 java.lang.String getUniqueReference()
          Retrieves the report part's unique reference.
 

Method Detail

getTemporaryReference

java.lang.String getTemporaryReference()
Retrieves the report part's temporary reference.

Returns:
The report part's temporary reference.

getUniqueReference

java.lang.String getUniqueReference()
Retrieves the report part's unique reference.

Returns:
The report part's unique reference.

getReport

Report getReport()
Retrieves the Report containing this report part.

Returns:
The Report containing this report part.