all groups > sql server reporting services > february 2008 >
You're in the

sql server reporting services

group:

Displaying 2 records per row


Displaying 2 records per row JBrandt
5/6/2005 2:15:47 PM
sql server reporting services:
I'm looking to display a list of records with 2 per row.

Record1 Record2
Record3 Record4

Re: Displaying 2 records per row Alexandre Mineev
5/6/2005 5:34:17 PM
Use matrix.
Column Grouping expression = RowNumber("matrix1") mod 2
Row Grouping expression = Floor((RowNumber("matrix1") - 1) / 2)
Cell = First(Fields!blabla.Value)

[quoted text, click to view]

RE: Displaying 2 records per row Kim
2/21/2008 9:24:38 AM
Can you give more of an example of how to do this these is not quite enough information here.

From http://www.developmentnow.com/g/115_2005_5_0_0_516312/Displaying-2-records-per-row.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button