Table with new table component from DataSet
Posted: Fri Jan 29, 2010 9:03 am
Hello,
because I need the AutoWidth-function in the table of my report I use a StiTable instead of a StiDataBand. But I'm not sure about the report creation based on a DataSet. ReportGenerator gets a DataSet: report.RegData(ds); and no hard coded numbers of columns or rows like in your sample.
At the end of debugging I get the error:
The object of the type "Stimulsoft.Report.Components.StiContainer" could not changed in "Stimulsoft.Report.Components.Table.StiTable". Occurs the error because of using dataset?
Thank you.
because I need the AutoWidth-function in the table of my report I use a StiTable instead of a StiDataBand. But I'm not sure about the report creation based on a DataSet. ReportGenerator gets a DataSet: report.RegData(ds); and no hard coded numbers of columns or rows like in your sample.
At the end of debugging I get the error:
The object of the type "Stimulsoft.Report.Components.StiContainer" could not changed in "Stimulsoft.Report.Components.Table.StiTable". Occurs the error because of using dataset?
Thank you.