Skip to Content
0
Former Member
Jan 05, 2009 at 03:27 PM

Question: Crystal report, using vb.net

58 Views

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