Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The tablix 'Tablix1' is invalid. The value for the DataSetName Property is missing - Help

For some weird reason i can not run my report, when i try to preview i get this error:

(PLEASE RIGHT CLICK THE IMAGE AND CHOOSE VIEW IMAGE TO SEE IT LARGE)

alt text

Here is how my tablix property looks like:

alt text

Any idea what to do? The current .rdl was copied from another one. I changed the newly copied .rdl values to match my needs. I always do that and works perfect, instead of creating the design from scratch every single time.

like image 360
Beginner_Pal Avatar asked Oct 13 '10 04:10

Beginner_Pal


2 Answers

Just right click on your table => tablix properties=> and set dataset name you want from dropdown and then execute.

like image 167
Atul Phadtare Avatar answered Oct 03 '22 07:10

Atul Phadtare


Looking at your pictures, in the picture up top the error mentions 'Tablix1' is invalid. The 2nd Screenshot, the name of the Tablix is 'Tablix2'. Try changing the name back to 'Tablix1', or using the Properties section see if you can select Tablix1 in the drop down, and possibly delete it.

like image 11
D.S. Avatar answered Oct 02 '22 07:10

D.S.