SSRS - how to collapse all rows except first row

Theresa Niemet 21 Reputation points
2020-10-22T13:07:46.707+00:00

I have a report with one grouping. Currently, I have the details of each group hidden until the user clicks the toggle field to expand the detail rows. However, I would like the first row in each group to always show. How would I go about achieving this goal? Any help would be much appreciated.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,061 questions
{count} votes

Accepted answer
  1. Olaf Helper 47,436 Reputation points
    2020-10-22T13:59:41.143+00:00

    It's not possible to achieve your requirements; it's an all or nothing on toggle.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2020-10-23T02:17:42.797+00:00

    Hi @Theresa Niemet ,

    It is impossible to meet your needs from SSRS side.

    As Olaf said, the action is an all or nothing on toggle.

    If the first row data in each group will not change, you may directly add the data to the table.

    Regards,

    Zoe


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.