Table with new table component from DataSet

Stimulsoft Reports.NET discussion
Post Reply
SK06
Posts: 4
Joined: Wed Jan 27, 2010 5:28 am

Table with new table component from DataSet

Post by SK06 »

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.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Table with new table component from DataSet

Post by Edward »

Hi

Could you please send a sample project to support[at]stimulsoft.com for reproducing of the problem.

Thank you.
Post Reply