How KeepTogather Property in SSRS Works?

  • any practical idea will help me lot.

    thanks

  • Have a look at

    http://relation2dimension.wordpress.com/2009/07/01/

  • Hi. I found a workaround to this problem which may help you. As far as I can

    tell, the table "keep together" property only applies to individual detail

    rows i.e. if you have multiple detail lines, they can still span pages.

    If you can use a single detail row with multiple lines, the keep together

    will work on those lines.

    To create a detail row with multile lines, you can use the

    "environment.newline()" function in expressions within the detail row. (This

    function does not appear to be documented in an obvious location).

    e.g. an expression like . . .

    =Fields!line_1.value & environment.newline() & Fields!line_2.value

    will result in two lines, but using a single detail row.

    Hope this helps. It won't help with keeping your whole table on one page.

    Reporting Services seems to be deficient in this area.

    RAQ Report: Web-based Excel-like Java reporting tool[/url]

Viewing 3 posts - 1 through 2 (of 2 total)

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