Problem - ReportViewer 8.0/VS2005 using 2 datasets

  • Hi,

    I have created a report that makes use of 2 datasets.

    The 1st dataset, dsUnitCodes, is a report/list of unit codes filtered by userid (the userid planned to be passed from a web application; for ReportManager testing, a hard-coded value is used).

    dsUnitCodes has 1 report parameter: UserID (explained above)

    OUTPUT: Display a list of units filtered by userid.

    The 2nd dataset, dsAlarmSummary, is a list of alarms filtered by the unit code selected by the user from the 1st dataset.

    dsAlarmSummary has 3 report parameters: UnitCode,DateStart,DateEnd

    OUTPUT: Display a list of alarms fitlered by the date range and the unit code selected by the user from the 1st dataset.

    When I view the report in ReportManager, the dsUnitCodes are filtered by the userid (dsUnitCodes).

    However, when I view the same report inside using a ReportViewer 8.0 control, the same dataset is NOT filtered by userid.

    I've googled quite a bit (found a similar post) but have not found any solution. Curious, if anyone has a similar experience...perhaps a fix?

    Thanks,

    mb

    Related POST: http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3381296&SiteID=17

  • [font="Comic Sans MS"]

    Just confirmed that this is a ReportViewer 8.0.0.0 (VS2005) bug.

    Fix involves:

    1. install ReportViewer 9.0.0.0.

    2. use the control within a VS2008 project (my box also was updated to .NET 3.5 and VS2008 SP1).

    [/font]

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

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