Using report viewer, how do I pull from two seperate Datasets
- by Robert
I have two datasets I need to pull from, A base that both reports use and then a separate one that only one report pulls from. I get the error
Error 12 The Value expression for the text box ‘Textbox9’ refers to the field ‘Name’. Report item expressions can only refer to fields within the current dataset scope or, if inside an aggregate, the specified dataset scope.
My best guess is I have to associate them with the correct dataset but I have not been able to find any documentation on this.
Can someone please tell me where in the rdlc document I need to code something like name.value, "dataset1" or something similar?