yes because you did not add an item to your data report, you should add an item in your data report like this way:
With datareport2.Sections("Section1").Controls
.Item("Text1").DataField = rs.Fields("Emp_file").Name
end with
set datareport2.datasource = rs
regards
Ryan