Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Multiple Portion on Reports basis of filter

Author  Topic 

BilalAhmed
Starting Member

1 Post

Posted - 2012-10-04 : 17:06:56
Hi,
I want to break reports in multiple Portion as the filters changes

For Example Simple Report shows

Class   Name   Age


1     abc     123
1     def     321
2     xxx     123
2     ccc     456

when group by class it shows

Class   Name   Age

1     abc     123
      def     321
2     xxx   123
      ccc     456

but i want to show data like following when group by class


Class   Name   Age


1     abc     123
1     def     321

Class   Name   Age


2     xxx   123
2     ccc   456

As u can see it breks report in two portion one for Class '1' and one for class '2' with repeating headers

Plz Help !!
regards
   

- Advertisement -