Dear All,
I took a look the forums about Push crystal report with dataset.
1) Create Crystal Report Based on DataSet (XSD) added to the .NET Project.
2) On Runtime, fetch required data from SQL Server using SBO Recordset.
3) Pump the fetched data into DataSet Created.
4) Apply this dataset to Crystal Report
5) Set the Crytal Report Class as source for Crystal Report Vierwer.
The question as shown below:
1. Using SBO recordset can filter the data, if I enabled ownership filtration.
2. May I have coding example how to dump the record from DB to dataset
From SDK Beginner