RDLC how to set Chart data after page break

Question RDLC how to set Chart data after page break

  • dimanche 29 avril 2012 16:27
     
     

    After i put chart into the list inside the .rdlc file and set the break page function.

    In each page, datas in each row will be shown . How can i use those datas in each row to generate a line chart in each page?

    For example, i have a table data

    Stud_id Name SVS1 SVS2 SVS3 SVS4 SVS5 SVS6
    1           Peter   3        6       3       4       7        2
    2           Paul     4        1       2       3       7        3
    3           May      5        5       7       9      4         1

    In the first page, i will have the data "1           Peter   3        6       3       4       7        2"

    How can i use those data "3        6       3       4       7        2" to set up a line chart that show the data flow from 3 - 6 - 3 - 4 - 7 - 2, each data in different category?

    i have try and test a week and i still can't solve this problems, or there have other ways to do this? Can any one help me or give me a direction....?