Hi,
Is it possible to create the report (crystal reports) from vb code in order
to display all rows/columns of the dataset.(tabular report)
What I found is that we need these steps to buit a report
1- create a struture dataset and put t in an xml file
2- open a new crystal report document
3- select the XML file as datasource
4- drag-drop the fields into the report
5- open a new form, add a crystalReport viewr,......
I'm looking for a way to skip the step 4 by taking a default layout that
take all columns.
I need this because I'will build the report using a query builder, so at the
design time I don't know which are the columns of the report.
thanks
|