Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ReshmaRoseVincent
Starting Member
10 Posts |
Posted - 2008-09-17 : 02:57:48
|
Hii.. I'm generating graphical report using SSRS 2005 charts. I have a requirement to change the color and style of each of the series in the chart dynamically. I'm storing the color hash code/name and style name for each line in the chart. The different line styles are dot, dash, dot dash etc. If changing line style is not possible, atleast is it possible to change the marker shape of each of the series seperatley. Could you please help me? Thanks in advance. :) |
|
reddyshekar
Starting Member
4 Posts |
Posted - 2008-09-18 : 06:33:16
|
Hi,we can keep any one available style as marker( square, circle , cross , dimond , triangle ) .Reporting services don’t have option to keep separate markers per each line like excel.Third party components are giving this option ( http://softwarefx.com/SfxSqlProducts/cfxReportingServices/comparison.aspx).ThanksShekar |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-09-18 : 12:48:25
|
quote: Originally posted by ReshmaRoseVincent Hii.. I'm generating graphical report using SSRS 2005 charts. I have a requirement to change the color and style of each of the series in the chart dynamically. I'm storing the color hash code/name and style name for each line in the chart. The different line styles are dot, dash, dot dash etc. If changing line style is not possible, atleast is it possible to change the marker shape of each of the series seperatley. Could you please help me? Thanks in advance. :)
have you checked if you've an option to set expression for style property of series lines? |
|
|
ReshmaRoseVincent
Starting Member
10 Posts |
Posted - 2008-09-19 : 03:23:02
|
Hi guys.. :)I have solved this problem... its a bit of a workaround.. i am passing the color name and the line type constant name (dashed, dotted and solid) as fields from the dataset and assigned to the corresponding property using expressions... thanks both of u..:) |
|
|
|
|
|
|
|