My .NET web app has a DataSet in memory. It includes several tables.
How can I hook Crystal Reports XI into this data?
Can it be done without writing the dataset to a physical file?
I know basically how to use the ReportDocument in .NET code. But I don't know the best way to pass a DataSet in memory to CR.
How can I hook Crystal Reports XI into this data?
Can it be done without writing the dataset to a physical file?
I know basically how to use the ReportDocument in .NET code. But I don't know the best way to pass a DataSet in memory to CR.