Reputation: 60711
i would like to know how can i determine whether [FirstName] on the report is being pulled from dataset1 or dataset2???
Upvotes: 3
Views: 1583
Reputation: 23789
To build on Konza's comment: The tablix (or table) is connected to one dataset. Right click in the upper left corner of the gray border of the selected tablix to show the Tablix Properties dialog. Or look in the Visual Studio Properties pane for the properties of your tablix.
The property will be listed as "Dataset name" in the dialog and as "DataSetName" in the properties pane.
Upvotes: 4