all groups > sql server reporting services > may 2006 >
You're in the

sql server reporting services

group:

HttpContext


HttpContext Maran
5/8/2006 7:01:03 AM
sql server reporting services:
Running a report with several DataSets (parameters not included) looses
HttContext for the second DataSet.

We are using a Data Extension Provider to manage permissions on data. To
check permissions we need the HttpContext for user info (it's a must).
"Unfortunatley" Reporting Services starts another thread when fetching more
than one DataSet for a report (parameters not included) and that thread does
not have/keep HttpContext.

Any suggestions?

Regards
Re: HttpContext Thomo
5/8/2006 8:18:47 AM
Not sure but you could try implementing the IDbConnectionExtension
interface on your connection class this should make the users
credentials available for your data processing extension.
Re: HttpContext Maran
5/8/2006 12:59:02 PM
Thank you for replying.

Our main problem is to get the HttpContext though. It is within the context
we have the user info.

Regrds Martin

***************

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