From: Ryan on 5 Apr 2010 18:03 How do I create an html report in vb.net instead of Crystal or ReportViewer?
From: Patrice on 6 Apr 2010 06:46 Hello, > How do I create an html report in vb.net instead of Crystal or > ReportViewer? Pretty vague. If the problem is to create html markup you could try the HtmlTextWriter class (http://msdn.microsoft.com/en-us/library/system.web.ui.htmltextwriter(VS.80).aspx to see if it's easier for you. Also most Reporting Packages (including RS, note sure about Crystal but very likely) are able to render a report as HTML markup so you could perhaps still use them. Not sure what is your scenario... -- Patrice
|
Pages: 1 Prev: textBox databinding. Next: Programmatically add Sub Menus to a ContextMenuStrip |