Member
37 Points
67 Posts
Aug 27, 2012 05:49 AM|Siva_V|LINK
Hi C.Avci
You can do like this (just copy paste the below expression code to your expression field)
=First(iif(Fields!ID.Value = 2,Fields!Name.Value,"empty value here"), "DataSetPatientInfo")
and it will work
You dont need to include the "First" if you are using "Table" design to bind the dataset, for Textbox "First" is needed along with the dataset name.
Please let me know if this doesn't works.
Member
37 Points
67 Posts
Re: RDLC Reporting with DataSets on Visual Studio 2010
Aug 27, 2012 05:49 AM|Siva_V|LINK
Hi C.Avci
You can do like this (just copy paste the below expression code to your expression field)
=First(iif(Fields!ID.Value = 2,Fields!Name.Value,"empty value here"), "DataSetPatientInfo")
and it will work
You dont need to include the "First" if you are using "Table" design to bind the dataset, for Textbox "First" is needed along with the dataset name.
Please let me know if this doesn't works.