I'm not sure I understand your question, or what you information you are trying to get, but I can give you an example where we implemented a solution using the components you ask about.
The client was an investment management firm, and we produced a client asset performance statement for them using a
VB front end, SQL Server for the database, and Crystal Reports as the reporting tool. They mail the statement, produced quarterly and printed on a color laser printer, to their clients.
They wanted the ability for their clients to connect to a web page and request any of their statements on line. We set up some ASP pages which validate the client and obtain parameters indicating which statement they want. We use Crystal on the web server, and the first time a client invokes a report file, Crystal downloads an ActiveX viewer control to the client. The control then renders the selected statement in the client's browser, exactly (almost) duplicating the printed version they receive in the mail.
Jeff Mason
Custom Apps, Inc.
www.custom-apps.com