CrystalReportViewer

P

perfume117

hi
i have problem with CrystalReportViewer. Is there anyone making an
example of using it in web form?(i use asp.net with c#)
i write this code
ReportDocument rd;
showrpt rpt1 = new showrpt();
rd = new logs();
dataSet11.logs.Clear();
rpt1.CrystalReportViewer1.ReportSource = rd;
rd.SetDataSource(tempdb);
rpt1.CrystalReportViewer1.ShowFirstPage();
and the following error occured: System.NullReferenceException: Object
reference not set to an instance of an object.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top