Package com.stimulsoft.report.options
Class DictionaryOptions.Enumerables
java.lang.Object
com.stimulsoft.report.options.DictionaryOptions.Enumerables
- Enclosing class:
DictionaryOptions
A Class which controls Enumerable DataSources of the report.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanDeprecated.static charDeprecated.static intDeprecated.static StiPropertiesProcessingTypeDeprecated.static voidsetCheckTableDuplication(boolean value) Deprecated.static voidsetDelimeter(char value) Deprecated.static voidsetMaxLevel(int value) Deprecated.static voidDeprecated.
-
Constructor Details
-
Enumerables
public Enumerables()
-
-
Method Details
-
getPropertiesProcessingType
Deprecated.Gets or sets a value, which controls processing of properties in business objects. -
setPropertiesProcessingType
Deprecated. -
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. -
getMaxLevel
Deprecated.Gets or sets the maximal nested level of master-detail relations in enumerable sources. -
setMaxLevel
Deprecated. -
getCheckTableDuplication
Deprecated.Gets or sets a value, which controls that enumerable sources with the same names. -
setCheckTableDuplication
Deprecated.
-