Spacing in Report Builder

  • I'm using Report Builder 2.0. I have everything working great, but the data is kind of hard to read with the lines being so close together. Each ID has 3 lines of data to it before another ID is listed.

    Question: How do I add either, a blank line or spacing after each set of ID's

    EX:

    ID 1

    ID 1

    ID 1

    (would like to add spacing)

    ID 2

    ID 2

    ID 2

    (another space)

  • rcharbonneau1 (1/20/2015)


    I'm using Report Builder 2.0. I have everything working great, but the data is kind of hard to read with the lines being so close together. Each ID has 3 lines of data to it before another ID is listed.

    Question: How do I add either, a blank line or spacing after each set of ID's

    EX:

    ID 1

    ID 1

    ID 1

    (would like to add spacing)

    ID 2

    ID 2

    ID 2

    (another space)

    If I had this situation, I would do it with row coloring. You can use an expression in the row Fill Background Color. If your IDs are numeric as in your example, then you can do something like =IIF(Fields!cmp_id.Value mod 2 = 0,"LightGreen","White")

    or something along those lines. I've never researched adding a space in the data set from the SSRS side. If I had to do it with a space, I'd be doing it from within the dataset.

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

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