Klasse ExportProgress

java.lang.Object
com.inet.viewer.Progress
com.inet.viewer.ExportProgress
Alle implementierten Schnittstellen:
Runnable

public class ExportProgress extends Progress
Progress class for the export. This class sends the export request to the Engine, receives the chunks and saves it into one or more files. Also, it displays the status of the export in the progress and status bar.
Siehe auch:
  • Konstruktordetails

    • ExportProgress

      public ExportProgress(ReportView parent, RenderData data, Properties exportProps)
      Creates a new export progress and set it to indeterminate. This method use the default value for all not specified properties. For a list of properties see interface RenderData or the i-net Clear Reports documentation at: https://docs.inetsoftware.de/reporting/help/report-url-parameters.
      Parameter:
      parent - ReportView, used for showError
      data - RenderData for the report that will be exported
      exportProps - Properties specified in the export dialog or with API
      Siehe auch:
  • Methodendetails

    • getName

      public final String getName()
      The name of the daemon thread.
      Angegeben von:
      getName in Klasse Progress
      Gibt zurück:
      the name of the daemon thread.
    • cancel

      public void cancel()
      Stops this export progress and stops the rendering process (export) for this report.
      Angegeben von:
      cancel in Klasse Progress
      Siehe auch:
    • run

      public void run()
      FOR INTERNAL USE ONLY Fragt ExportChunkCount und alle Chunks vom Server ab und speichert diese entsprechend dem Format und den gemachten Einstellungen in einer oder mehreren Dateien ab.
    • getFileNames

      public ArrayList<String> getFileNames()
      Get the generated file names on the export.
      Gibt zurück:
      the file names after the run, else null
      Seit:
      12.0