Hallo Günther,
vielen Dank für deine Antwort. Leider funktioniert auch diese Vorgehensweise nicht.
Ich glaube inzwischen auch das der Fehler an einer anderen Stelle liegt, denn ich erhalte folgenden Stack bei der Exception:
Der Wert für ein Double war zu groß oder zu klein.
bei System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
bei System.Double.Parse(String s, NumberStyles style, NumberFormatInfo info)
bei System.Xml.XmlConvert.ToDouble(String s)
bei System.Xml.Schema.XmlUntypedConverter.ToDouble(String value)
bei System.Xml.XPath.XPathNavigator.get_ValueAsDouble()
bei combit.ListLabel17.DataProviders.XmlTableColumn…ctor(XmlDataProvider provider, String tableName, XPathNavigator node)
bei combit.ListLabel17.DataProviders.XmlTableRow.InitColumns()
bei combit.ListLabel17.DataProviders.XmlDataProvider.CheckAddTableAndRelation(String tableName, XPathNavigator parentItem, String navigationId)
bei combit.ListLabel17.DataProviders.XmlDataProvider.BuildDom(XPathNavigator item, XPathNavigator parentItem, String navigationId)
bei combit.ListLabel17.DataProviders.XmlDataProvider.BuildDom(XPathNavigator item, XPathNavigator parentItem, String navigationId)
bei combit.ListLabel17.DataProviders.XmlDataProvider.BuildDom(XPathNavigator item, XPathNavigator parentItem, String navigationId)
bei combit.ListLabel17.DataProviders.XmlDataProvider.Init()
bei combit.ListLabel17.DataProviders.XmlDataProvider.combit.ListLabel17.DataProviders.IDataProvider.get_Tables()
bei combit.ListLabel17.ListLabel.PrintReportFromRelationalDataSource(IDataProvider dataSource, String projectFile, Boolean showFileSelect, LlPrintMode printMode, LlBoxType boxType, IntPtr windowHandle, String dialogTitle, Boolean showPrintOptions, String tempPath)
bei combit.ListLabel17.ListLabel.AutoPrint(LlProject projectType, String projectFile, Boolean showFileSelect, LlPrintMode printMode, LlBoxType boxType, IntPtr windowHandle, String dialogTitle, Boolean showPrintOptions, String tempPath)
bei combit.ListLabel17.ListLabel.Print(Object userData, LlProject projectType, String projectFile, Boolean showFileSelect, LlPrintMode printMode, LlBoxType boxType, IntPtr windowHandle, String dialogTitle, Boolean showPrintOptions, String tempPath)
bei combit.ListLabel17.ListLabel.Print(LlProject projectType, String projectFile, Boolean showFileSelect, LlPrintMode printMode, LlBoxType boxType, String dialogTitle, Boolean showPrintOptions, String tempPath)
Weisst du ob ich den DataProvider irgendwie anpassen kann den ich übergebe?
Ich übergebe nur ein XmlDocument ohne DTD, Schema o.ä.
Aber trotzdem scheint irgendwie der Inhalt als Datentyp umgewandelt zu werden.
Danke für deine Hilfe!
Gruß
Thomas