Hello,
I am relativity new to Report Viewer control of Microsoft. I have one requirement for creating user defined chart. Where user can select two or three different permutation of x and y axis and based on that It should plot the XY Scattered chart.
Now I am somehow able to produce chart with MSChart controls with this tutorial.
http://www.codeproject.com/Articles/263241/Export-net-MSChart-to-Excel-PDF-Using-Report-Viewe
I have three images controls placed in Report.rdlc file. Now if user selects only first and third chart type I need to hide the second Image and third image should replace the second image location.
I am also aware of "fx" functinality where you can change font, border etc based on data.
Any Idea How can I pragmatically set the position and visibility the elements of the rdlc file.
Thanks in advance.
KS