Visual Studio Developer Center > Visual Studio Forums > Visual Studio Report Controls > How to assign dataset values to a parameter in Visual Studio 2008
Ask a questionAsk a question
 

QuestionHow to assign dataset values to a parameter in Visual Studio 2008

  • Thursday, October 29, 2009 10:17 PMCougarFan2002 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    In Visual Studio 2005, a report parameter can be assigned a value from a dataset.fieldname.  The parameter value will change for each row and thus can be used in the report header as needed.  In my case, I use the parameter value to change an image based on the value in each row.  I do not see the same options to assign a dataset.fieldname to a report parameter in Visual Studio 2008.  Can it be done?  If so, how?

    Thanks