Last post Jun 13, 2013 09:45 AM by Abhi.ssrs
Member
27 Points
424 Posts
Jun 12, 2013 10:25 AM|bchernick|LINK
I'm running an RDLC in a Dot Net 4.0 web page (in ReportViewer).
The report is defined so that the max vertical value is 100 and the minimum is 0.
As such the report is displaying with horizontal lines at 20, 40, 60, 80, and 100.
Is there any way to fix it so that the 100 value line is darker, bolder, or somehow different from the other lines?
weight gridlines color rdlc
220 Points
64 Posts
Jun 13, 2013 09:45 AM|Abhi.ssrs|LINK
I do not see a property that supports it. A bad workaround is to use an image in chart background with desired colors and turn off the gridlines. This would work if you chart is always restricted between 0 and 100.
Member
27 Points
424 Posts
Is it possible to control the boldness of individual horizonal grid lines in an RDLC report?
Jun 12, 2013 10:25 AM|bchernick|LINK
I'm running an RDLC in a Dot Net 4.0 web page (in ReportViewer).
The report is defined so that the max vertical value is 100 and the minimum is 0.
As such the report is displaying with horizontal lines at 20, 40, 60, 80, and 100.
Is there any way to fix it so that the 100 value line is darker, bolder, or somehow different from the other lines?
weight gridlines color rdlc
Member
220 Points
64 Posts
Re: Is it possible to control the boldness of individual horizonal grid lines in an RDLC report?
Jun 13, 2013 09:45 AM|Abhi.ssrs|LINK
I do not see a property that supports it. A bad workaround is to use an image in chart background with desired colors and turn off the gridlines. This would work if you chart is always restricted between 0 and 100.
weight gridlines color rdlc