Good morning Mr. Bartlau,
i expect that “NoAutoCorrection = 1” (true) means that no correction was done from the List and Label - correct?
I wondering about a problem while generating a “Diagramm” into a field with:
myField = new (combit.Reporting.Dom.TableFieldChart(LLChartType.Bar2DStacked, zeilendefinition_1)
myField.SourceTablePath = "MasterTable;DetailTable(FK_Master_Detail)"
I copy this part of the generated DOM code, but the Designer always show the MasterTable as DataSource for this field (Mastertable is datasource of the main table). It seems to me, that a error of myself was corrected from List and Label? If I create this field into the designer “MasterTable->DetailTable” was shown as datasource.
Because of this behavior i like to force DOM to write wrong property settings into the file. I expect that the designer will show them while opening the project 
How can I “set the option on for the instance”?
Which Object has this property?
Thanks in advance for some help.
Ralf Uhte