VB-WEB: proint Job Name is about:blank followed by content to print
C#-APP: Sending a Job to the Printer with Crystal Reports

I am using
mshtml.HTMLDocu mentClass docObject=new mshtml.HTMLDocu mentClass();
mshtml.IHTMLDoc ument2 doc2 =docObject;
mshtml.IHTMLDoc ument4 doc4=docObject;

doc2..writeln(" <html></html>");
doc2.close();
doc2=doc4.creat eDocumentFromUr l(sUrl,"");...