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["ptPage"] as string @opening = Session["ptOpening"] as string() %>'>
So how do i get the Session data in there?
TIA.
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["ptPage"] as string @opening = Session["ptOpening"] as string() %>'>
So how do i get the Session data in there?
TIA.