Question

The customer wants to show empty line between each two lines with data in a list report,just like the following image.I want to know how can I achieve this in report studio? I know I can add empty data in the back, but it is not a good idea, because the 'view' should not affect 'model'.

Anybody can help me?

enter image description here

Was it helpful?

Solution

A somewhat awkward workaround by use of Section feature of List elements:

  1. Select every column in List element, copy and paste into same List so you have two of each column.

  2. Create a Section by selecting one of each column header in the List element, then click the Section button.

  3. Unlock the formatting (padlock icon) and remove all the text items from inside the Section header. Then add a block element to the inside of the Section header (can apply Size and Formatting properties here if desired) and optionally remove the "Section Header Cell" Class of the Section List Cell to remove the line separator.

  4. Set column titles as hidden in the bottom List element properties (you can hard-code column titles with a Table element if needed).

Voila! Blank lines in-between each row in your list element.

OTHER TIPS

Merge the cells. Add a text item to the merged cell. Add space to the text item.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top