I am assuming you have report viewer control in aspx page. You can use DataSet as your datasource. So you can directly check within your dataset and you can set value in textbox.
If you feel it helps, Mark as answered so that it can help others to find solution.
--Dhanraj Patil
ArunPatkar
Member
28 Points
24 Posts
How to set a Value in report viewer from multiple column
Feb 24, 2012 04:46 AM|LINK
Hi, Everyone ,
I am creating a report using report viewer control .
i want to set a textbox value is true or false by checking from multiple columns(if any column have value then yes other wise no).
please help me.
and alse tell me how to use Choose or Switch (Program Flow Expression)
DhanrajPatil
Member
186 Points
45 Posts
Re: How to set a Value in report viewer from multiple column
Feb 24, 2012 05:23 AM|LINK
I am assuming you have report viewer control in aspx page. You can use DataSet as your datasource. So you can directly check within your dataset and you can set value in textbox.
--Dhanraj Patil