Is there way to use the CrystalReportViewer object to show some HTML defined aside from a ReportDocument object.
I tried to use the Controls collection of the CrystalReportViewer object, but without success.
crv.ReportSource = rd;
crv.DataBind();
pnTest.Controls.Add(table); // table is a HTML table which is defined aside from the rd - report document.