Alex Gordon
Alex Gordon

Reputation: 60711

how to determine which dataset is being used for a specific variable?

i would like to know how can i determine whether [FirstName] on the report is being pulled from dataset1 or dataset2???

enter image description here

Upvotes: 3

Views: 1583

Answers (1)

Jamie F
Jamie F

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

Related Questions