From: Ryan on
How do I create an html report in vb.net instead of Crystal or ReportViewer?
From: Patrice on
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