Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report View Properties help please

Status
Not open for further replies.

DrSafety

Programmer
Apr 1, 2003
4
US
I have a report in a viewer on an ASP.NET page. Code is C#.

I need to pass in 2 params to the SP for data.

In the report designer's properties you can set stuff like LOGIN and Params.

This is what I have now but its bombing out on the "
ParameterFieldInfo='<%# @page = Session[&quot;ptPage&quot;] as string @opening = Session[&quot;ptOpening&quot;] as string() %>'>

So how do i get the Session data in there?

TIA.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top