Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
When i view the datas in crystal report running it locally, it displays icons for 'print','export' etc. well but when i host the project in IIS , it doesnot icons for 'print','export'etc. I'm not getting idea why so !!!!!! Instead of the icons it displays 'Submit Query' text.


Thanks in advance .
Posted
Updated 3-Apr-12 0:22am
v4

1 solution

this is very Basic question,
U have to create Dataset,Report Document, and CrystalReportViewer and then you have to put data in your dataset then assign that data to Dataset, then select the "reportSource" of your CrystalReportViewer as your "Report Document"

This question raised many times , and answerd many times in COde Project, Pls Refer..-

Creating Crystal Reports using C# with Datasets[^]


Download the files and try..

All the Best..
 
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