Class StiDocumentExportSettings
java.lang.Object
com.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiDocumentExportSettings
Document export settings
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExport formatbooleanIs open report after exportbooleanIs send email after exportvoidsetOpenAfterExport(boolean value) Is open report after exportMethods inherited from class com.stimulsoft.report.export.settings.StiExportSettings
getIdent
-
Constructor Details
-
StiDocumentExportSettings
public StiDocumentExportSettings(boolean sendMail)
-
-
Method Details
-
getExportFormat
Description copied from class:StiExportSettingsExport format- Specified by:
getExportFormatin classStiExportSettings- Returns:
StiExportFormat
-
isOpenAfterExport
public boolean isOpenAfterExport()Description copied from class:StiExportSettingsIs open report after export- Specified by:
isOpenAfterExportin classStiExportSettings- Returns:
- Open report aftert export
-
setOpenAfterExport
public void setOpenAfterExport(boolean value) Description copied from class:StiExportSettingsIs open report after export- Specified by:
setOpenAfterExportin classStiExportSettings
-
isSendEmail
public boolean isSendEmail()Description copied from class:StiExportSettingsIs send email after export- Specified by:
isSendEmailin classStiExportSettings- Returns:
- the sendEmail
-