Class DictionaryOptions.BusinessObjects

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

public static final class DictionaryOptions.BusinessObjects extends Object
  • Constructor Details

    • BusinessObjects

      public BusinessObjects()
  • Method Details

    • getAllowUseDataColumn

      public static boolean getAllowUseDataColumn()
    • setAllowUseDataColumn

      public static void setAllowUseDataColumn(boolean value)
    • getAllowUseFields

      public static boolean getAllowUseFields()
    • setAllowUseFields

      public static void setAllowUseFields(boolean value)
    • getAllowUseProperties

      public static boolean getAllowUseProperties()
    • setAllowUseProperties

      public static void setAllowUseProperties(boolean value)
    • getPropertiesProcessingType

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

      public static void setPropertiesProcessingType(StiPropertiesProcessingType value)
    • getFieldsProcessingType

      public static StiFieldsProcessingType getFieldsProcessingType()
      Gets or sets a value, which controls processing of fields in business objects.
    • setFieldsProcessingType

      public static void setFieldsProcessingType(StiFieldsProcessingType value)
    • getDelimeter

      public static char getDelimeter()
      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

      public static void setDelimeter(char value)
    • getMaxLevel

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

      public static void setMaxLevel(int value)
    • getCheckTableDuplication

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

      public static void setCheckTableDuplication(boolean value)
    • getAddBusinessObjectAssemblyToReferencedAssembliesAutomatically

      public static boolean getAddBusinessObjectAssemblyToReferencedAssembliesAutomatically()
    • setAddBusinessObjectAssemblyToReferencedAssembliesAutomatically

      public static void setAddBusinessObjectAssemblyToReferencedAssembliesAutomatically(boolean value)
    • getAllowProcessNullItemsInEnumerables

      public static boolean getAllowProcessNullItemsInEnumerables()
    • setAllowProcessNullItemsInEnumerables

      public static void setAllowProcessNullItemsInEnumerables(boolean value)