Crystal Reports: SetDataSource <<< Using a BindingSource instead of DataSet

Hi

I need to know if there is a way to use a BindingSource instead of a DataSet on crystal reports.

On my form i have a DataSet, BindingSource and DataGridView.

The datasource of the gridview is the BindingSource.

So with the filter property i can easy filter the data in the grid.

Now when i click my print button (using crystal reports) i want only the records visible in the gridview. But when i pass the bindingsource as datasource for the crystal report, i dont see any data at all. When i pass the dataset i see all data.

Any ideas how to solve this issue



Answer this question

Crystal Reports: SetDataSource <<< Using a BindingSource instead of DataSet

  • Crystal Reports: SetDataSource <<< Using a BindingSource instead of DataSet