Reporting Services - Sub Report

  • Hi,

    I have a dataset with around 20 attributes. one of the attribute (Server Name) is a key value and have 10 server details. For each server, i need to show the data in seperate page. i have created a subreport to display the server details. How to use page grouping on server name and call the subreport on each page.

    Problem: I can able to do the page grouping on server name but not able to display the details of sub report on each page. Its getting displayed on last page for the first value.

    Can any one help me out in this?

    Thanks,

    Rajkumar

  • Create a table in the main report showing each row (server) as the details. Add a column (or an additional row within details) that holds the subreport with the parameter being passed. The subreport will then fire for each server.

    To get the paging working change the properties of the details row to have a new page between detail rows.

    Fitz

  • Thanks Fitz. It works

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

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