Binding: Paperback Dewey Decimal Number: 651.78028557585 EAN: 9781584504115 ISBN: 1584504110 Label: Charles River Media Manufacturer: Charles River Media Number Of Items: 1 Number Of Pages: 464 Publication Date: November 21, 2005 Publisher: Charles River Media Sales Rank: 401289 Studio: Charles River Media
Product DescriptionCrystal Reports XI is a powerful software tool for turning raw data into corporate decision-making information. End-users and developers alike use Crystal Reports to extract and format information, and with over 9 million licenses shipped Crystal Reports is one of the most popular packages for corporate reporting. Crystal Reports XI for Developers provides a solid introduction for any report or application developer just getting started with Crystal Reports. Using this practical guide, they will learn to create presentation-quality reports from a variety of data sources, and how to add the advanced features developers need to analyze report data. Developers will learn to create simple and complex reports with the formatting and organization techniques presented in the book, and how to add filtering and summaries to crunch millions of rows of data into a concise and meaningful format. They will also learn to create their own formulas and SQL Expressions, as well as how to use advanced Crystal Reports features such as subreports, cross-tabs, charts, dynamic parameters, and more. Going beyond the sample reports that ship with the product, Crystal Reports XI for Developers is filled with step-by-step essentials and real-world examples, showing readers how to take full advantage of Crystal Reports key features so they can create information-rich, quality reports from their own data and integrate them into their own applications.
Customer Reviews
Average Rating:
Rating: - Horrible Book
Return this book if you've bought it. I bought a copy of this book without reading deeply into(my mistake) cause it looked like it would be useful. I am a C# developer and need to generate some Crystal reports for the project. When I got the book and started reading/looking up info, I found something startling. All of the Code Examples in the Book are VB. Now this doesn't sound bad if your a VB person, but it included C# Examples that were actually VB Code. This was amazing, I'd never seen ... Read More
Rating: - Crystal Reports XI for Developers
This book has been very helpful in getting my reporting skills where they need to be. It has been much more helpful than the Crystal Reports user guide.
Rating: - Weak on Development Details
This book is not titled particularly well. It does present a good amount of detail about how to develop a report within Crystal Reports--but it does not do a very good job of telling you how to embed those reports into other applications, or how to call the reports from other applications. In other words, if it was titled something like 'Crystal Reports Reference' it would be a pretty good book--but it's definitely not going to serve up the kind of hard-hitting developmental details you would expect ... Read More
Rating: - Excellent resource
Crystal Reports is one of the most ubiquitous software packages for turning raw data into useful information. Whether it is a stand alone package or the reporting portion of another program it seems everyone is either using canned reports or writing custom ones with Crystal Reports at some point. In this book the author takes the reader through the process of creating the various types of reports available with Crystal Reports. Starting with the most basic reports that simply list the results he quickly ... Read More
Rating: - Don't buy this book - It is a waste of money
This book is supposed to be for developers. It's supposed to help you learn how to integrate Crystal XI with your application. DO NOT USE THIS BOOK! It is totally wrong when it comes to telling you how to do it.
Example (pg. 276-277) Explains how to view a report using just a line or two of code. Here's the code: CrystalReportViewer1.ReportSource = "D:\projects\dynselect.rpt"
It says to add this line in the Form_Load subroutine. Even after making sure the path was correct (mine was C:\Test\dynselect.rpt) ... Read More