简体   繁体   中英

Reporting services - different formatting for patrent group

I have a raport in SSRS with several row groups, like:

在此处输入图像描述

Is it possible to specify formatting for one of the groups (the main one)? To achieve effect like this (lines of the main group are bold):

在此处输入图像描述

Unfortunately, there's no easy way to do this.

The easiest way to do this would be to create a List object (which is just a table with a single cell).

Set the Dataset to the same as the current table.

Set the grouping to Group By the field in Column 1.

Add the borders to the cell.

Drop the current table into the new List.

The list will break up the data by the column 1 group and then the current table will display the data as it does now.

What I will do for this is I will make a child for sub report to handle the grouping where I will pass the parameters that will filter and display all of the data from a group.

then the parent class will be the one to calls it thru list and from there I can change the border style or size of list. in this way, the grouping will have a solid border per group

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM