CF
Christian Fleischhacker
August 22, 2006 12:33 PM UTC
Hi!
I don''t know how exactly you''re populating your report; I recommend using a .NET dataSet/dataTable with the according .NET SQL/Oracle Statements to populate the dataSet/DataTable and then use the datasource property of the CrystalReportDocument class to assign your DataSet/DataTable. Check the examples from BusinessObjects; There are some Tutorials that demonstrate this way
HTH Christian