public class ExportProgress extends Progress
Progress
PROP_PROGRESS_INDETERMINATE, PROP_PROGRESS_STATUS, PROP_PROGRESS_STEP, PROP_PROGRESS_TOTAL, STATUS_CANCELED, STATUS_COMPLETED, STATUS_ERROR, STATUS_IDLE, STATUS_INITIALIZED, STATUS_NOT_INITIALIZED, STATUS_RUNNING, TYPE_EXPORT, TYPE_INVISIBLE, TYPE_PAGELOADER, TYPE_PRINT, TYPE_SEARCH
Constructor and Description |
---|
ExportProgress(ReportView parent,
RenderData data,
java.util.Properties exportProps)
Creates a new export progress and set it to indeterminate.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Stops this export progress and stops the rendering process (export) for this report.
|
java.util.ArrayList<java.lang.String> |
getFileNames()
Get the generated file names on the export.
|
java.lang.String |
getName()
The name of the daemon thread.
|
addPropertyChangeListener, cleanUp, getErrorMessage, getProgress, getReportView, getStatus, getTotalProgress, getType, isCanceled, isErrored, isFinished, isIndeterminate, removePropertyChangeListener, setErrorMessage, setIndeterminate, setProgress, setStatus, setTotalProgress, showError, startProgress, waitUntilFinished
public ExportProgress(ReportView parent, RenderData data, java.util.Properties exportProps)
RenderData
or the
i-net Clear Reports documentation at: https://www.inetsoftware.de/documentation/clear-reports/plugins/clear-reports/documentation/en/report-url-parameters.parent
- ReportView, used for showErrordata
- RenderData for the report that will be exportedexportProps
- Properties specified in the export dialog or with APIReportView.export(int, String)
,
ReportView.export(Properties)
,
ReportView.export()
public final java.lang.String getName()
public void cancel()
cancel
in class Progress
Progress.cancel()
public java.util.ArrayList<java.lang.String> getFileNames()
Copyright © 1999-2020 by i-net software GmbH