This is a migrated thread and some comments may be shown as answers.

Reports with Chart and Custom Data Filteration

1 Answer 38 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sameers
Top achievements
Rank 1
Sameers asked on 25 Feb 2014, 12:58 PM
We have designed our report with a chart as in the attached image.
We pass the data to the report manually.

Dim rpt As New ReportLibrary.Shipping.ShippingByShipperHourly
rpt.DataSource = ds

 
The report has a chart on the detail section. We want to filter the charge data based on the UserID in the dataset.
Basically, dataset contains data for several users. Each user is displayed and then its shipping activity chart is displayed along with it. Then the row for other user and its chart. 

I need some code, I can put behind the NeedDataSource of the Chart component where I can filter the required data based on the current user data being rendered.

Is it possible? If so, how can we do it?

thanks
Sameers

1 Answer, 1 is accepted

Sort by
0
KS
Top achievements
Rank 1
answered on 25 Feb 2014, 07:56 PM
Tags
General Discussions
Asked by
Sameers
Top achievements
Rank 1
Answers by
KS
Top achievements
Rank 1
Share this question
or