Package com.stimulsoft.report.options
Class ExportOptions
java.lang.Object
com.stimulsoft.report.options.ExportOptions
- Direct Known Subclasses:
StiOptions.Export
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classClass for adjustment of the Csv export of a report.static final classClass for adjustment of the Dbf export of a report.static final classClass for adjustment of the Excel export of a report.static final classClass for adjustment of the Excel2007 export of a report.static final classClass for adjustment of the ExcelXml export of a report.static final classClass for adjusting the Html export of a report.static final classClass for adjustment of the Ods export of a report.static final classClass for adjustment of the Odt export of a report.static final classstatic final classClass for adjustment of the OpenDocumentWriter export of a report.static final classClass for adjustment of the Pdf exporting.static final classClass for adjustment of the Power Point export of a report.static final classClass for adjustment of the Rtf export of a report.static final classClass for adjustment of the StiCheckBoxExcelValue parametersstatic final classClass for adjustment of the text export of a report.static final classClass for adjustment of the Word export of a report.static final classClass for adjustment of the Xml export of a report.static final classClass for adjustment of the Pdf exporting. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringEncoding for export: Excel, Word, PowerPoint, Ods, Odtstatic booleana value indicating whether it is necessary to optimize exports in DataOnly mode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanGets or sets value which indicates that file name for Send EMail function will be generated automatically.static voidsetAutoGenerateFileNameInSendEMail(boolean value)
-
Field Details
-
optimizeDataOnlyMode
public static boolean optimizeDataOnlyModea value indicating whether it is necessary to optimize exports in DataOnly mode. -
officeExportEncoding
Encoding for export: Excel, Word, PowerPoint, Ods, Odt
-
-
Constructor Details
-
ExportOptions
public ExportOptions()
-
-
Method Details
-
getAutoGenerateFileNameInSendEMail
public static boolean getAutoGenerateFileNameInSendEMail()Gets or sets value which indicates that file name for Send EMail function will be generated automatically. -
setAutoGenerateFileNameInSendEMail
public static void setAutoGenerateFileNameInSendEMail(boolean value)
-