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

interface XReportDocumentsSupplier
Description
provides the access to a container of database reports.
See also
Reports
Developers Guide
Database - 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