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

unpublished interface XReportDocumentsSupplier
Description
provides the access to a container of database reports.
See also
::com::sun::star::sdb::Reports
Developers Guide
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
::com::sun::star::sdb::Reports
Top of Page