The only one I found was Crystal Reports.Net Programming by Brian Bischof
this is asp.net & windows based. It is a little geeky but has helped me.
They also have a forum that the author will check in on to answer questions.. (but right now he seems a little busy with the just released book)
He just put out a newer version of his book, we have .net 2005 and the old book is for 2003 and new one for 2008.. Therefore we are still getting some issues with figureing out how to deploy with crystal report.. Seems somethings need to be included in the deploy, but they differ between how to include them in 2003, 2005, and 2008..
FYI... you will need to install the crystal .net package on the server. the MSI for this is located here:
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\CrystalReports\CRRedist2005_x86.msi
unless you want to programmatically design your crystal reports (which would be a total pain) there isn't much too it. it's like designing crystal reports with BO designer.
create a new report.
set the datasource.
create the layout.
that said i would just look for a good crystal reference book.
I would recommend using either collections (enumerations) or datatables for the report. it is much easier to test with "dummy data" rather than linking the report directly to a database.
I have also found that using a dataset with multiple tables is extremely slow. it's better to use one huge flat datatable rather than 2/3 datatables in a dataset.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.