Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi
I have a crystal report already created using crystal report 8. Now I want to make a website which displays this report using VB.

The main is to Make the report accessible on web(Intranet).

I am new to VB. Please help.

Also this report of mine has 25 columns and so the layout is "Landscape".

Thanks in advance.

Piya
Posted

You can use the same report files for web but possibly you need to change database connection if needed. Take a look these which is must for you.

Problems converting crystal reports from vb6 standalone app to .net web app[^]

How do I change a Crystal Report's ODBC database connection at runtime?[^]

For Landscape report you need to add the below line in code.
VB
report.PrintOptions.PaperOrientation = PaperOrientation.Landscape

Landscape Crystal Report printed in Portrait[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900