com.businessobjects.rebean.wi
Interface ReportInfo


public interface ReportInfo

Warning:This interface is no longer functional from the SAP BusinessObjects XI 4.0 release onwards.

The ReportInfo interface provides access to the total number of pages contained in a Report.

Warning: The Report must be completely computed to return this information. This could introduce a performance penalty for very large reports.


Method Summary
 int getNumberOfPages()
          Gets the number of pages contained in a Report.
 

Method Detail

getNumberOfPages

int getNumberOfPages()
                     throws REException
Gets the number of pages contained in a Report. This is not a recommended API, prefer Navigation.last()

Returns:
The number of pages contained in a report.
Throws:
REException