I'm looking to display a list of records with 2 per row.
Record1 Record2
Record3 Record4
What's the best way to do this?Use matrix.
Column Grouping expression = RowNumber("matrix1") mod 2
Row Grouping expression = Floor((RowNumber("matrix1") - 1) / 2)
Cell = First(Fields!blabla.Value)
"JBrandt" <JBrandt@.discussions.microsoft.com> wrote in message
news:2C52CAF2-6BEF-4B4C-800D-6DA608BB68F2@.microsoft.com...
> I'm looking to display a list of records with 2 per row.
> Record1 Record2
> Record3 Record4
> What's the best way to do this?|||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.ht
Posted via DevelopmentNow.com Group
http://www.developmentnow.com
No comments:
Post a Comment