SQL Reporting Services - Subreports Broken into multiple columns

Posted by devin on Stack Overflow See other posts from Stack Overflow or by devin
Published on 2010-03-30T03:08:43Z Indexed on 2010/03/30 3:13 UTC
Read the original article Hit count: 744

Hi, I inherited an SQL Reporting Services .rdl project from somebody and need help fixing some functionality. In each row of the report, there is a subreport. In order to save space the subreport is divided into 3. Such that in each row of the report, it splits the data of the subreport into 3 smaller tables. Right now, it fills these 3 subreports horizontally. (ie. if the result has 9 values, the first subtable will have 1, 4 & 7, the second subtable will have 2, 5 & 8, etc) Is there a way to have it fill the subtables vertically? (ie. the first subtable would have 1,2 & 3)

Thanks!

© Stack Overflow or respective owner

Related posts about sql

Related posts about reportingservices-2005