com.stimulsoft.report.options
Class ExportOptions

java.lang.Object
  extended by com.stimulsoft.report.options.ExportOptions
Direct Known Subclasses:
StiOptions.Export

public class ExportOptions
extends java.lang.Object


Nested Class Summary
static class ExportOptions.CheckBoxReplacementForExcelValue
           
static class ExportOptions.Csv
          Class for adjustment of the Csv export of a report.
static class ExportOptions.Dbf
          Class for adjustment of the Dbf export of a report.
static class ExportOptions.Excel
          Class for adjustment of the Excel export of a report.
static class ExportOptions.Excel2007
          Class for adjustment of the Excel2007 export of a report.
static class ExportOptions.ExcelXml
          Class for adjustment of the ExcelXml export of a report.
static class ExportOptions.Html
          Class for adjusting the Html export of a report.
static class ExportOptions.Ods
          Class for adjustment of the Ods export of a report.
static class ExportOptions.Odt
          Class for adjustment of the Odt export of a report.
static class ExportOptions.OpenDocumentCalc
           
static class ExportOptions.OpenDocumentWriter
          Class for adjustment of the OpenDocumentWriter export of a report.
static class ExportOptions.Pdf
          Class for adjustment of the Pdf exporting.
static class ExportOptions.Ppt2007
          Class for adjustment of the PowerPoint2007 export of a report.
static class ExportOptions.Rtf
          Class for adjustment of the Rtf export of a report.
static class ExportOptions.StiCheckBoxExcelValueParameters
          Class for adjustment of the StiCheckBoxExcelValue parameters
static class ExportOptions.Txt
          Class for adjustment of the text export of a report.
static class ExportOptions.Word2007
          Class for adjustment of the Word2007 export of a report.
static class ExportOptions.Xml
          Class for adjustment of the Xml export of a report.
static class ExportOptions.Xps
          Class for adjustment of the Pdf exporting.
 
Constructor Summary
ExportOptions()
           
 
Method Summary
static boolean getAutoGenerateFileNameInSendEMail()
          Gets or sets value which indicates that file name for Send EMail function will be generated automatically.
static void setAutoGenerateFileNameInSendEMail(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOptions

public ExportOptions()
Method Detail

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)