任何想法如何完成rdlc中的下一個場景? 我有一些行(PrimaryKey
,col1
,col2
,col3
) 我要顯示這樣一個表:而不必被重複diferrent RDLC行我的數據庫行ReportViewer表
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) |
換句話說,我會喜歡讓他們在不同的專欄上重複。
我希望我足夠清楚我所尋找的東西。
在此先感謝