Lines Matching refs:report
27 #include <com/sun/star/report/XReportDefinition.idl>
61 module com { module sun { module star { module report {
64 <p>The following events are supported by the report engine.
66 OnReportStarted Is fired when a new report started.
69 OnReportEnded Is fired when the report ended.
77 /** allows life-time control of report engine.
85 /** creates a report document.
87 If the report engine is already disposed.
89 If the report definition was not set or is <NULL/>.
96 /** creates a report document.
100 If the report engine is already disposed.
102 If the report definition was not set or is <NULL/>.
111 /** creates a report document.
115 If the report engine is already disposed.
117 If the report definition was not set or is <NULL/>.
124 /** allows to interrupt the creation process of the report document.
126 If the report engine is already disposed.
132 /** specifies the report definition object which is used to create the resulting report.
139 /** specifies the active connection which is used to create the resulting report.
146 /** specifies the status indicator which shows the progress of the report generation process.
150 /** defines the maximum number of rows which should be fetched for the report.