com.stimulsoft.report.options
Class ExportOptions.Xml

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

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

Class for adjustment of the Xml export of a report.


Constructor Summary
ExportOptions.Xml()
           
 
Method Summary
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 void setUseAliases(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOptions.Xml

public ExportOptions.Xml()
Method Detail

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)