com.stimulsoft.report.options
Class ExportOptions.Csv

java.lang.Object
  extended by com.stimulsoft.report.options.ExportOptions.Csv
Enclosing class:
ExportOptions

public static final class ExportOptions.Csv
extends java.lang.Object

Class for adjustment of the Csv export of a report.


Constructor Summary
ExportOptions.Csv()
           
 
Method Summary
static java.lang.String getForcedSeparator()
          Gets or sets forced separator for the Csv export.
static boolean getUseAliases()
          Gets or sets a value which indicates whether it is necessary to use aliases instead of names of components for columns name.
static boolean getUseMultilineText()
          Gets or sets a value which indicates whether it is necessary to use multiline text.
static void setForcedSeparator(java.lang.String value)
           
static void setUseAliases(boolean value)
           
static void setUseMultilineText(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOptions.Csv

public ExportOptions.Csv()
Method Detail

getForcedSeparator

public static java.lang.String getForcedSeparator()
Gets or sets forced separator for the Csv export.


setForcedSeparator

public static void setForcedSeparator(java.lang.String value)

getUseAliases

public static boolean getUseAliases()
Gets or sets a value which indicates whether it is necessary to use aliases instead of names of components for columns name.


setUseAliases

public static void setUseAliases(boolean value)

getUseMultilineText

public static boolean getUseMultilineText()
Gets or sets a value which indicates whether it is necessary to use multiline text.


setUseMultilineText

public static void setUseMultilineText(boolean value)