hi,
i have a report with a subreport.
the main report has an ID wich should be used as the parameter of the stored procedure for the subreport.
what i have in the subreport so far are the vars I32VesselID (stored proc) and Pm-......ID (vesselId of the main report).
how do i set the var of the stored proc to be that of the main report ?
under CR->Report->SelectionFormula->Record i have tried
{?I32VesselID} = {?Pm-.....ID}
but it still sais "ParameterFieldCurrentValueException was unhandled by user code" - "Missing parameter vaues"
has anyone got an idea ?
thanks in advance
Martin
PS. using VS 2008