Hide duplicated column in Data band
Posted: Mon Apr 16, 2012 8:58 am
I need to create a report that looks something like this:
Where the Products column can have n entries. I only want the date and customer columns to print once.
On the Date and Customer columns, I tried setting the Processing Duplicates property to "Hide" but it doesn't work. Both fields are printed for each product.
In the old report engine we used (ActiveReports), there was a property called "Print Once" that you could set on any column. I'm looking for the same thing.
Thanks!
Code: Select all
Date Customer Products
1/1/2001 Jane Smith Product A
Product B
Product C
On the Date and Customer columns, I tried setting the Processing Duplicates property to "Hide" but it doesn't work. Both fields are printed for each product.
In the old report engine we used (ActiveReports), there was a property called "Print Once" that you could set on any column. I'm looking for the same thing.
Thanks!