c# - Crystal Report Is Displaying only one row from datatable which has 10 rows -


i have developed windows application generates report without database using c#.

i have added dataset , datatable datasource crystal report. datatable gets minimum of 1 row. when datatable has multiple(like 4,5,10) rows crystal report still displays first row of datatable.

i have used breakpoints , validated datatable has multiple rows.

i using windows xp service pack 3 (64-bit) os visual studio 2010 professional .net framework 4 crystal report(downloaded sap website last month)

thank you

please me out

maybe put table fields in "page header" or in "report header" section of report.

if case, should put fields in "details" section.
"detail" section of report repeated each rows in data source.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -