Space between rows in reports

  • 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.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • 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.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • 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.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • 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.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • Thanks Luke

    I changed the grid spacing property for report to 0.1 and achieved the output now. Is it the right way?.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • The right way is whatever way you managed to make it work. 😉

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • 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

    -RP

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply