vivek 0 Report post Posted January 21, 2008 Hi I might have a little difficult question and i am new to reporting services I am using chartFx for reprting services. i want to generate horizontal guages dynamically depending on the values of one of the fields of a table and for rest of the fields in that row , I want to set value of properties of guage as values Better i should expalin as example for example if i have a row say: printorder , Row, sales, cost,units then i want guages to appear when there is any print order and rest of the columns are the values in the scales of the guage. Is there any method of doing that. If yes then where i need to put the code and where to use to use that code to generate guages automatically(I mean is there any specific control in reporting services or area whose value i need to assign as this code) thanks in advance vivek Quote Share this post Link to post Share on other sites
maximop 0 Report post Posted January 22, 2008 Please note that there is no code behind on Reporting Services; everything is done at design-time when you are creating your report. Unfortunately, adding a Gauge component programmatically is only possible in ChartFX Gauges for .NET. Quote Share this post Link to post Share on other sites
vivek 0 Report post Posted January 30, 2008 Hi thanks for the reply Can i know that same would be possible I mean guages can be created dynamically using ChartFx guages for .net thanks Regards vivek Quote Share this post Link to post Share on other sites
maximop 0 Report post Posted January 31, 2008 Yes, it is possible with ChartFX Gauges for .NET to generate the control dynamically. Quote Share this post Link to post Share on other sites