Sorry, but there are no more tags available to filter with.
-
I just spent 4 hours of figuring out why the reports we developed using Crystal Reports would not show the graphs after being deployed to our production server. We checked everything from access rights to proper installation of Crystal reports on the server. Below are a few things you may want to check...
-
In this weblog, I've regularly posted examples of stuff I created to help me use Crystal Reports in .Net applications. To make life easier I created a small class library which contains the code from all the posts I've done sofar, as well as some new stuff. The class library can be used to handle...
-
It is possible to add parameters to reports. Using these parameters you can allow users to set date ranges, or pass other information to a report. Using the following method, you can set the parameters: /// <summary> /// Set value for report parameters /// </summary> /// <param name="name...
-
Novita Wegbrands, a colleague of mine, needed to hide the tabs that are usually shown in the Crystal reports viewer. Either that, or change the default "MainReport" description. She found some code here on forums.belution.com/en/crystal that suited her needs. She sent the code to me (thanks Novita!)...
-
In my current project we use type DataSets as a source for the reports we build using Crystal Reports for VS.Net. How this works can be found in the Crystal Reports knowledge base , and more specific in this document . One of the challenges there was to assign DataSets to the reports once it was created...