Not sure what went wrong with this expression. Please help.
=IIf(IsNothing(Fields!ID.Value, "DataSet2") = "", "None", (Fields!ID.Value, "DataSet2"))
The error message is
"the value expression for the textbox refer directly to the field 'ID' without specifying a dataset aggregate. When the report contains multiple datasets., field reference outside of a data region must be contained within aggregate function which specify a data scope"