Link to home
Start Free TrialLog in
Avatar of minglelinch
minglelinch

asked on

rdlc report with verticle titles

I need to make a report having a table dispalying with title vetically in the first column. Usually titles are horizontally layout, but I need the titles vertically layout, and a record is displayed vertically too. The table show is below. Is it possible to do it? If yes, how please? Thanks.

Name                   Mike                   Jeffery                Jenny
phone             1234321111         2343211232        3211120000
address         123 Heit  VA         23 Prety  MA        H Str.  DC 20001
gender           Male                      Male                      Female
ASKER CERTIFIED SOLUTION
Avatar of srikanthreddyn143
srikanthreddyn143

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of minglelinch
minglelinch

ASKER

Thank you a lot. This is what I need.
Thanks for the link, srikanthreddyn143. I'm following it.
Please open the link, I have a question about step 3.
In the link, there are four values need to be displayed. When I add a new row in teh Matrix by right click and select property, it asks me to fill Group on expression, parent group..., how can I fill those? I do need any aggregation. I only need to display four values. How can I put four text boxes in the Data region so that I can put the four fields values?

Thanks.

In your query you might have some unique row identifier like ID, right?

Use that to group by at column level.

And you need to have a list in that 'data' field and have 4 text boxes in it. Link has source code as well. You can download and go through it.
Yes, you are right. I already got the verticle display, but not display multiple columns yet due to missing the identifier field mapped in rdlc.  

I added the identifier field in the xsd, but unable to have it available in rdlc at this time.
I used a field (which has no duplicate values for this field in the selected rows) at the column level.
I have the record vertically displayed. But only one record is displayed.
Can you show me the snap shot of your generated report
Sure. Actually two records are selected, but displayed not as expected. The two records should have the id like field value 1 and 2.  User generated image
Excellent solution !  I made it work. Thaks a lot !