Package com.stimulsoft.report.options
Class ExportOptions.Csv
java.lang.Object
com.stimulsoft.report.options.ExportOptions.Csv
- Enclosing class:
ExportOptions
Class for adjustment of the Csv export of a report.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringGets or sets forced separator for the Csv export.static booleanGets or sets a value which indicates whether it is necessary to use aliases instead of names of components for columns name.static booleanGets or sets a value which indicates whether it is necessary to use multiline text.static voidsetForcedSeparator(String value) static voidsetUseAliases(boolean value) static voidsetUseMultilineText(boolean value)
-
Constructor Details
-
Csv
public Csv()
-
-
Method Details
-
getForcedSeparator
Gets or sets forced separator for the Csv export. -
setForcedSeparator
-
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)
-