Crystal Reports from Binding Source
I have a form with BindingSource connected to DataSet and has DataGriView binded to a BindingSource.I have placed a TextBox
and two DateTimePicker on the Form.The User enters the A/C No on TextBox and selects the Date between two DateTimePicker and Clicks the
Button which Filters the Data on the DataGridView. Now I want to prepare the Crystal report of the Filtered data and have no idea how to do this.
|