SessionHeader in ReportingServices2005
Before in the last ReportingService,this is possible :
ReportingService rs = new ReportingService();
SessionHeader sh = new SessionHeader();sh = (SessionHeader) Session["SessionHeader"];if(sh == null)sh = new SessionHeader();rs.SessionHeaderValue = sh;
but in the ReportingServices2005, the SessionHeader no longer exist..what can i use now??There is just a lots of changes in the latest service..Hope to hear from anyone soon..Thank you in advance..
July 26th, 2007 11:16am
The following article deals with similar topic:
http://www.sqldev.org/sql-server-reporting-services/sql-2008-reporting-web-service-wsdl-9585.shtml
Kalman Toth, SQL Server & Business Intelligence Training; SQL 2008 Grand Slam
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2011 10:17am
Hi
I was wondering if you figured out the solution for this.
Thank you
Red
July 2nd, 2011 6:33pm


