I am not sure what combination or item from my toolbox to do the follwing in my ssrs 2005 report:
I want sort of like a table that shows something like this:
label1 value1
lable2 value2
label3 value3
I tried dragging a table but it has headers, footers, details...I don't want all that. I ended up having to use a combination of textboxes to do all this but the values don't really align well with the label textbox. Also, this is going to be exported to Excel so I am also worried they will also not align correctly after this report is exported into Excel.
the values are 3 individual values, not all from the same DataSet so I'll be putting in expressions for each...I just want to know the best way to create a grid like this other than using the table in the toolbox to create a standard report.
Drag and drop table. Delete the header and footer. Drag the fields in the detail part and select the entire row, set border property to show like grid, use the align property to align text.
Hope this help.
|||AZ-xyz, thanks for the reply. I did actually try that before I posted. The problem though is that the details repeated itself so I ended up wtih repeated fields all the way down. So I figured well, then maybe I need to add those 3 lables and values in a group...tried adding 3 groups but that didn't work...don't remember why but maybe I'll try groups again.|||I think you need to use textboxes for all the six items
No comments:
Post a Comment