We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Populating a table

Good morning. I am in the process of evaluating your product and I have a need to use an ArrayList when populating a table in te PDF. I am trying to populate a table by using ConfigureTable(). I get an error of type System.ArgumentNullException. I am using ArrayList.ToArray() as the parameter. What should be specified for DataSource and DataMember? Thank you. Chris

1 Reply

AD Administrator Syncfusion Team April 19, 2005 03:10 PM UTC

Hi Chris, Sorry for the delay in getting back to you. This is a shortcoming of the library. We will change it to support importing an array without having to specify the datasource and datamember values. The current support for creating tables is very primitive and it does not support easy creation of complex tables but we will have a new version in 3-4 weeks time that would have a comprehensive object model for creating tables with complex formatting and importing data from various data sources. I will update this thread when the fix becomes available. Sorry for the inconvenience. Thanks, Stephen. >Good morning. > >I am in the process of evaluating your product and I have a need to use an ArrayList when populating a table in te PDF. > >I am trying to populate a table by using ConfigureTable(). I get an error of type System.ArgumentNullException. I am using ArrayList.ToArray() as the parameter. What should be specified for DataSource and DataMember? > >Thank you. >Chris

Loader.
Up arrow icon