Rdlc report
-
In C# i placed an rdlc report viewer on a windows form now when i make an object of the form it wont call the report viewer. please help if any . <pre> RdlcReportViewer rv = new RdlcReportViewer(); rv.<u>reportViewer1</u>.LocalReport.EnableHyperlinks = true; rv.<u>reportViewer1</u>.LocalReport.ReportEmbeddedResource= "test.RdlcRptPayments.rdlc"; </pre> thankx. :)
-
In C# i placed an rdlc report viewer on a windows form now when i make an object of the form it wont call the report viewer. please help if any . <pre> RdlcReportViewer rv = new RdlcReportViewer(); rv.<u>reportViewer1</u>.LocalReport.EnableHyperlinks = true; rv.<u>reportViewer1</u>.LocalReport.ReportEmbeddedResource= "test.RdlcRptPayments.rdlc"; </pre> thankx. :)
Have you looked at this? msdn[^]
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns Help humanity, join the CodeProject grid computing team here