:: com :: sun :: star :: sdb ::

interface XReportDocumentsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XReportDocumentsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
provides the access to a container of database reports.
See also
Reports
Developers Guide
12.2.2 Database Access - Data Sources in OpenOffice.org API - DataSources - Forms and Reports

Methods' Summary
getReportDocuments returns the container of reports.  
Methods' Details
getReportDocuments
::com::sun::star::container::XNameAccess
getReportDocuments();

Description
returns the container of reports.
Returns
the report documents
See also
Reports
Top of Page