Showing posts with label crystal report. Show all posts
Showing posts with label crystal report. Show all posts

Wednesday, September 28, 2011

Crystal report 101

Sample 1

CR for MVC


display image

without this line in web.config you're dead.
add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

make sure the above line also appear on
system.webServersection

painful 2
Connection, make sure you use the same servername for development and product and use host file to map them to the correct ip on production server


Tuesday, September 27, 2011

Crystal Report

Crystal report  for vs 2010

All you need from here

Redist is for production server

Complete Package is for your visual studio 2010

Basic sample