Dockable Table bug
Posted: Wed May 26, 2010 7:39 pm
Hi all,
Whenever I change a table to have "Dockable table" set to "False", I get the following error when attempting to generate the report:
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.CollectionBase.System.Collections.IList.Insert(Int32 index, Object value)
at Stimulsoft.Report.Components.StiComponentsCollection.Insert(Int32 index, StiComponent component)
at Stimulsoft.Report.Components.Table.StiTable.StartRenderTable(StiContainer parentContainer, Int32 index, Hashtable& newTableComponents)
at Stimulsoft.Report.Components.Table.StiTable.StartRenderTableBand(Hashtable& newTableComponents)
at Stimulsoft.Report.Engine.StiRenderProviderV2.Render(StiReport report, StiRenderState state)
at Stimulsoft.Report.Engine.StiReportV2Builder.RenderSingleReport(StiReport masterReport, StiRenderState renderState)
at Stimulsoft.Report.StiReport.RenderReport(StiRenderState renderState)
at Stimulsoft.Report.StiReport.Render(StiRenderState renderState, StiGuiMode guiMode)
at Stimulsoft.Report.Design.Controls.StiDesignerPreviewControl.btRefresh_Click(Object sender, EventArgs e)
Looks like a bug. Any ideas?
Whenever I change a table to have "Dockable table" set to "False", I get the following error when attempting to generate the report:
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.CollectionBase.System.Collections.IList.Insert(Int32 index, Object value)
at Stimulsoft.Report.Components.StiComponentsCollection.Insert(Int32 index, StiComponent component)
at Stimulsoft.Report.Components.Table.StiTable.StartRenderTable(StiContainer parentContainer, Int32 index, Hashtable& newTableComponents)
at Stimulsoft.Report.Components.Table.StiTable.StartRenderTableBand(Hashtable& newTableComponents)
at Stimulsoft.Report.Engine.StiRenderProviderV2.Render(StiReport report, StiRenderState state)
at Stimulsoft.Report.Engine.StiReportV2Builder.RenderSingleReport(StiReport masterReport, StiRenderState renderState)
at Stimulsoft.Report.StiReport.RenderReport(StiRenderState renderState)
at Stimulsoft.Report.StiReport.Render(StiRenderState renderState, StiGuiMode guiMode)
at Stimulsoft.Report.Design.Controls.StiDesignerPreviewControl.btRefresh_Click(Object sender, EventArgs e)
Looks like a bug. Any ideas?