Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XReportDocumentsSupplier

Base Interface
com::sun::star::uno::XInterface

Description
provides the access to a container of database 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

Top of Page