Attributes' Summary |
ReportDefinition |
specifies the report definition object which is used to create the resulting report.
|
ActiveConnection |
specifies the active connection which is used to create the resulting report.
|
StatusIndicator |
specifies the status indicator which shows the progress of the report generation process.
|
MaxRows |
defines the maximum number of rows which should be fetched for the report.
If the limit is exceeded, the excess rows are silently dropped.
There is no limitation, if set to zero.
|
Methods' Details |
createDocumentModel
|
createDocumentAlive
- Description
- creates a report document.
- Parameter _frame
- The frame must have a controller set. This controller will be set at the model.
- Throws
- ::com::sun::star::lang::DisposedException
If the report engine is already disposed.
- Throws
- ::com::sun::star::lang::IllegalArgumentException
If the report definition was not set or is NULL.
OJ: Has to be discussed if this method is useful.
|
|
createDocument
- Description
- creates a report document.
- Returns
- The URL where the new document is located.
- Throws
- ::com::sun::star::lang::DisposedException
If the report engine is already disposed.
- Throws
- ::com::sun::star::lang::IllegalArgumentException
If the report definition was not set or is NULL.
|
|
interrupt
- Description
- allows to interrupt the creation process of the report document.
- Throws
- ::com::sun::star::lang::DisposedException
If the report engine is already disposed.
|
|
Attributes' Details |
ReportDefinition
|
ActiveConnection
[ bound ] ::com::sun::star::sdbc::XConnection ActiveConnection
- set raises (::com::sun::star::lang::IllegalArgumentException);
- Description
- specifies the active connection which is used to create the resulting report.
|
|
StatusIndicator
::com::sun::star::task::XStatusIndicator StatusIndicator;
- Description
- specifies the status indicator which shows the progress of the report generation process.
|
|
MaxRows
[ bound ] long MaxRows;
- Description
- defines the maximum number of rows which should be fetched for the report.
If the limit is exceeded, the excess rows are silently dropped.
There is no limitation, if set to zero.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.