how to create RDLC report for windows application C#
-
hello have searched google a lot but couldn't find any. i am trying to create a report in visual studio 2019. data is coming from SQL server and using
reportViewer1
to print the report. can someone show me a good tutorial on it.
The reportViewer control has print controls on it. Did you try those?
-
The reportViewer control has print controls on it. Did you try those?
-
hello have searched google a lot but couldn't find any. i am trying to create a report in visual studio 2019. data is coming from SQL server and using
reportViewer1
to print the report. can someone show me a good tutorial on it.
-
i can't get to show data in the report. i even tried with report wizard too. first created a dataset then in the dataset created data table. after this report filed headers are added to the report and when i run report shows only header names but no data.
It's been a long time since I have used it so I don't remember any specifics but it sounds like either the sql is not being executed or it is and it's not returning data. Try using Sql profiler on your database to see if any sql is being executed.