Crystal Reports is, IMO, significantly better than the VB DataReport. However, you are still going to have to get the information to C.R. somehow.
Is this just a title, or will this be information on each row of the report? If it is something that could be calculated in SQL, you can modify your datasource to do the creation of the text field.
You could also look at creating a UserControl that can work as a datasource, or a class that could do what you need. Both can be used as datasources for the Datareport.
Main Topics
Browse All Topics





by: RonaldBiemansPosted on 2000-06-06 at 08:18:05ID: 2898565
This can't be done using the datareport. This requires the dataenvironment and a database.
I every way Crystal reports is always the better choice.