March 23, 2009 at 1:31 am
Hi All,
Is there any way to reduce the space between two rows in the report?. I like to keep all the text box very tightly in the report. Is it poosible?. Any help is appericated.
March 23, 2009 at 11:45 am
Are you talking about the space between the actual text boxes or between the text? There are a couple of settings you can play with, check the cell padding options for starters that puts a default of 2px between each textbox.
Also take a close look at the size of your textboxes/rows. Do you really need them that big? you could perhaps create them a bit smaller. Additionally take a look at your vertical text alignment as by default I believe it's top. perhaps you'll get better results changing that as well as doing the above.
-Luke.
March 24, 2009 at 12:14 am
Thaks a lot Luke
I'm talking about space between the textboxes. I like to reduce the size of the rows. I'm clearly explaining my query in attachment. Please find that and kindly give me a solution. Its bit urgent for me.
Once again thanks a lot Luke for your response.
March 24, 2009 at 6:08 am
Make the height of the textboxes smaller and then place them closer to each other. You may get a warning about them overlapping... ignore it. IT looks like you might be using 8 or 10 point fonts... I put 10pt Times New Roman Bold in a textbox half the height of the ones you are using.
-Luke.
March 24, 2009 at 6:11 am
Thanks Luke
I changed the grid spacing property for report to 0.1 and achieved the output now. Is it the right way?.
March 24, 2009 at 6:42 am
March 24, 2009 at 2:21 pm
If you have Table control in your report and if you are trying to reduce space between rows of this table then...
Set top and Bottom Padding to 0 first.
Select entire row and set Height of the row accordingly
Now select each cell of the row and set CanGrow property to False and CanShrink Property to True
This way you will have minimum space between two rows of the report in your output.
If you are talking about space between text boxes then Luke already told you what to do...
-RP
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply