Class DictionaryOptions.Enumerables

java.lang.Object
com.stimulsoft.report.options.DictionaryOptions.Enumerables
Enclosing class:
DictionaryOptions

public static final class DictionaryOptions.Enumerables extends Object
A Class which controls Enumerable DataSources of the report.
  • Constructor Details

    • Enumerables

      public Enumerables()
  • Method Details

    • getPropertiesProcessingType

      @Deprecated public static StiPropertiesProcessingType getPropertiesProcessingType()
      Deprecated.
      Gets or sets a value, which controls processing of properties in business objects.
    • setPropertiesProcessingType

      @Deprecated public static void setPropertiesProcessingType(StiPropertiesProcessingType value)
      Deprecated.
    • getDelimeter

      @Deprecated public static char getDelimeter()
      Deprecated.
      Gets or sets a delimiter between a name of the enumerable data source and its column names for the child tables in the master-detail relation.
    • setDelimeter

      @Deprecated public static void setDelimeter(char value)
      Deprecated.
    • getMaxLevel

      @Deprecated public static int getMaxLevel()
      Deprecated.
      Gets or sets the maximal nested level of master-detail relations in enumerable sources.
    • setMaxLevel

      @Deprecated public static void setMaxLevel(int value)
      Deprecated.
    • getCheckTableDuplication

      @Deprecated public static boolean getCheckTableDuplication()
      Deprecated.
      Gets or sets a value, which controls that enumerable sources with the same names.
    • setCheckTableDuplication

      @Deprecated public static void setCheckTableDuplication(boolean value)
      Deprecated.