Can I pass a resultset from one report to another?

  • Hi,

    I have a matrix report that uses a resultset from a stored procedure to show the report.

    On this report one column has the possibility to drillthrough to another report to show a chart of the underlying data. What I want to do is to pass the resultset from the first report to the second one.

    The problem here is, that I don't know how to pass multiple records from the resultset.

    I now 'solved' it by executing the same stored procedure once again with an extra parameter, but that's a waste of resources.

    Any idea how to solve this?

  • I have wanted to do that exact thing.

    I'm not familiar with xml, is there a way for a dataset in a report to refer to its own rdl (which is xml)? This could be a totally stupid question. There has to be a way to do this.

    If anyone has a way to do this, please do describe it for us. Thanks


    smv929

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

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