all groups > sql server reporting services > march 2007 >
You're in the

sql server reporting services

group:

no working drilldown in reportViewer, ASP.NET


no working drilldown in reportViewer, ASP.NET csmba
3/28/2007 2:13:15 PM
sql server reporting services:
I have Report A and report B.
Report A has under "navigation->Jump To Report", report B selected from the
list. I also used the parameters button to insert both parameters required
by Report B.

Deploy both reports.

On the catalog (server/reports/<folder>/A), I run the report A and can drill
to report B.

PROBLEM:
When I go to my ASP.NET application, it doesn't;t work. NOTICE I use
reportViewer (report viewer) in my asp.net page to show the report. When I
drill down on report A, the frame of the report seems to be reloading (get
the green thing) but then the same reports appears!

Additional info: I tried adding to my asp.net page code a handler for the
ReportViewer1_Drillthrough(object sender, DrillthroughEventArgs e)
function. But when I put a breakpoint there, it seems I don't even get
there. In any case, all the samples I saw use this function for windows
forms, and then they set the datasource which seems like something I
shouldn't be bothered with.

anyone can help?

regards.

RE: no working drilldown in reportViewer, ASP.NET mks
4/5/2007 6:38:02 AM
I am facing the same problem, if you got the solution pls let me know. Thanx
in advance.

Regards

[quoted text, click to view]
RE: no working drilldown in reportViewer, ASP.NET mks
4/6/2007 4:42:01 AM
We finally got the solution.

Pls check whether the report A is called only once, use postback.

[quoted text, click to view]
AddThis Social Bookmark Button