Posted on: 1/20/2014 10:17:06 AM | Views : 2215

i am using two datasets in rdlc report, and i dont have any aggregate functions, i am just retrieving the data from the tables and displaying in the report. the problem is when i am using the two datasets error is displaying
"An error occurred during local report processing. The definition of the report 'Reports\Advance.rdlc' is invalid. The Value expression for the text box ‘Textbox18’ refers directly to the field ‘IssuedPort’ without specifying a dataset aggregate. When the report contains multiple datasets, field references outside of a data region must be contained within aggregate functions which specify a dataset scope here is my code

Go to the complete details ...