May 31, 2011 at 4:00 pm
i am converting from crystal to SSRS
in crystal even though i hide the group i can draw a line to show for grouping but in SSRS i am not sure
For example
Date Opened Acct No
1/1/2011 2233
1/2/2011 3434
1/2/2011 5623
1/5/2011 2335
i would require a between 1/1/2011 and 1/2/2011 - 3434 but no line between both 1/2/2011 records
1/1/2011 2233
--------------------------
1/2/2011 3434
1/2/2011 5623
--------------------------------
1/5/2011 2335
can anyone suggest?
June 1, 2011 at 1:42 pm
If the report has a group created on the date field, then you can easily just use the border properties to create the line. Make sure the border width is set to a positive number like 1px. The other border properties (BorderColor = black, BorderStyle = solid) can keep the defaults. You will want to expand the border properties an only modify the Bottom value so you don't block the entire cell.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply