I copied the code in this link VB.NET - Print RDLC Report without showing ReportViewer control. By reza aghaei and run tge system. But it gives me bunch of error saying ' character is not valid '$' . I'm just a newbie here. Hoping someone could help me. This is for our project in school. I am using vb.net 2010
Asked
Active
Viewed 52 times
0
-
I am using vb.net 2010 – Kris Oct 05 '21 at 04:51
-
1You need a more up to date version of Visual Studio. The interpolated string used in that code is not valid until Visual Studio 2014. You are over 20 years behind the times. VS is free for the download for students. – Mary Oct 05 '21 at 06:16
-
1As a workaround look up how to use `String.Format()` – Mary Oct 05 '21 at 06:17
-
Thank you Mary for your suggestions. – Kris Oct 05 '21 at 11:17