Hide duplicated column in Data band

Stimulsoft Reports.NET discussion
Post Reply
fuhrj
Posts: 120
Joined: Wed Jun 11, 2008 12:51 pm
Location: Lancaster, Ohio

Hide duplicated column in Data band

Post by fuhrj »

I need to create a report that looks something like this:

Code: Select all

Date         Customer        Products
1/1/2001   Jane Smith      Product A
                                      Product B
                                      Product C
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!
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Hide duplicated column in Data band

Post by Alex K. »

Hello,

Please send us your report with test data for analysis.

Thank you.
fuhrj
Posts: 120
Joined: Wed Jun 11, 2008 12:51 pm
Location: Lancaster, Ohio

Hide duplicated column in Data band

Post by fuhrj »

I figured it out.

I had the customer name in the group band and the products in the data band.

When I moved both to the databand and set process duplicates to Hide on customer name, it works fine.

Thanks!
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Hide duplicated column in Data band

Post by Ivan »

Hello,

Let us know if you need any additional help.

Thank you.
Post Reply