Hi, I am having a NotSupportedException, saying 'DataSet doesn't support System.Nullable' in the rd.SetDataSource(dataSource). I guess the error is coming from a nullable datetime field I have in my employee class. I am retrieving the employee list using Linq. So, I tried solving it by giving the nullable datetime a default value inside a Select clause. And it's working fine until the code hits the rd.SetDataSource(dataSource) method. So, still stuck there. Can you please help me a bit here?
Hi, do you Can Help me with this problem? I have a report generated in Crystal Report in MVC, which I send to Excel and in pdf Everything worked fine for me but suddenly it doesn't show me the pdf report, only the excel. When I select the pdf it opens a screen without data, completely empty, black screen I made a new example project with a new Crystal Report, but the problem is the same, so I don't have the problem in the MVC project for that I would greatly appreciate your help with this Thank you
This is really helpful complete solution. Really appreciate this and keep it up
waiting for the next part
can you load more than 1 report? and can it refresh with live data?
Nice one, thanks :)
Hi , It was a great tutorial. Can you share the source code of this project : ) Thanks alot anyways.
WHATS THE BACKGROUND MUSIC. BEAUTIFUL
Hi, I am having a NotSupportedException, saying 'DataSet doesn't support System.Nullable' in the rd.SetDataSource(dataSource). I guess the error is coming from a nullable datetime field I have in my employee class. I am retrieving the employee list using Linq. So, I tried solving it by giving the nullable datetime a default value inside a Select clause. And it's working fine until the code hits the rd.SetDataSource(dataSource) method. So, still stuck there. Can you please help me a bit here?
In crystal report button print and export not working.
Can you create a crystal report query string with parameter from SQL server?
how to direct print
Use PrintToPrinter
Hi, do you Can Help me with this problem?
I have a report generated in Crystal Report in MVC, which I send to Excel and in pdf
Everything worked fine for me
but suddenly it doesn't show me the pdf report, only the excel.
When I select the pdf it opens a screen without data, completely empty, black screen
I made a new example project with a new Crystal Report, but the problem is the same, so I don't have the problem in the MVC project
for that I would greatly appreciate your help with this
Thank you
Is there any error to generate report? Have you generated pdf by built in crystal report option (export)?