RDLC Report Designer tips collection

Miklos_HollenderMiklos_Hollender Member Posts: 1,598
edited 2014-09-29 in NAV Tips & Tricks
- Install that Web Developer Tools stuff for Visual Studio this gets you the following things:

- can "Build Website" which tests for errors

- Can go to View, Open With and open report in XML editor. This is very useful for 1) finding and extending Code.SetData 2) copy-pasting textboxes, because some bug does not let you copy-paste a textbox in VS 2012 if it has Code.GetData in it

Please similar tips here.

Comments

Sign In or Register to comment.