com.stimulsoft.report.export.settings
Class StiExportSettings

java.lang.Object
  extended by com.stimulsoft.report.export.settings.StiExportSettings
Direct Known Subclasses:
StiDocumentExportSettings, StiPageRangeExportSettings

public abstract class StiExportSettings
extends java.lang.Object

Export settings Copyright Stimulsoft


Constructor Summary
StiExportSettings()
           
 
Method Summary
abstract  StiExportFormat getExportFormat()
          Export format
abstract  boolean isOpenAfterExport()
          Is open report after export
abstract  boolean isSendEmail()
          Is send email after export
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiExportSettings

public StiExportSettings()
Method Detail

getExportFormat

public abstract StiExportFormat getExportFormat()
Export format

Returns:
StiExportFormat

isOpenAfterExport

public abstract boolean isOpenAfterExport()
Is open report after export

Returns:
Open report aftert export

isSendEmail

public abstract boolean isSendEmail()
Is send email after export

Returns:
the sendEmail