HTML report in vb.net

P

Patrice

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...
 

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

Top