com.stimulsoft.report.export.settings
Class StiDocumentExportSettings

java.lang.Object
  extended by com.stimulsoft.report.export.settings.StiExportSettings
      extended by com.stimulsoft.report.export.settings.StiDocumentExportSettings

public class StiDocumentExportSettings
extends StiExportSettings

Document export settings Copyright Stimulsoft


Constructor Summary
StiDocumentExportSettings(boolean sendMail)
           
 
Method Summary
 StiExportFormat getExportFormat()
          Export format
 boolean isOpenAfterExport()
          Is open report after export
 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

StiDocumentExportSettings

public StiDocumentExportSettings(boolean sendMail)
Method Detail

getExportFormat

public StiExportFormat getExportFormat()
Description copied from class: StiExportSettings
Export format

Specified by:
getExportFormat in class StiExportSettings
Returns:
StiExportFormat

isOpenAfterExport

public boolean isOpenAfterExport()
Description copied from class: StiExportSettings
Is open report after export

Specified by:
isOpenAfterExport in class StiExportSettings
Returns:
Open report aftert export

isSendEmail

public boolean isSendEmail()
Description copied from class: StiExportSettings
Is send email after export

Specified by:
isSendEmail in class StiExportSettings
Returns:
the sendEmail