Hi, Any idea how can i accomplish the next scenario in a rdlc? I have some rows (PrimaryKey,col1,col2,col3) I want to display a table like this:
Labels of my fields......| FirstRowValues......| SecondRowValues |...
Label for Primary key | PrimaryKey1.Value | PrimaryKey2.Value.|...
Label of col1..............| Col1.Value(row 1)...| Col1.Value(row 2)...|...
Label of col2..............| Col2.Value(row 2)...| Col2.Value(row 2)...|...
........... .......... ..............
In other words, instead of having my database rows being repeated on diferrent rdlc rows, i would like to have them repeated on different columns.
I hope i was clear enough about what i'm looking for. Thanks in advance
ps:sorry for that dots, didn't know how to display blank spaces