Last post Oct 11, 2013 02:07 AM by zubayba
Member
143 Points
423 Posts
Oct 07, 2013 09:42 AM|zubayba|LINK
i need to make it 0.2pt by default it is 1pt
but it doesn t allow me to make it 0.2pt
i need to make it thinner please help
Oct 10, 2013 07:52 AM|zubayba|LINK
Earth calling Mars : helppppppppppppppppp!!
All-Star
30411 Points
3628 Posts
Oct 10, 2013 10:56 AM|Fuxiang Zhang - MSFT|LINK
Hi zubayba,
Thanks you for posting this issue to asp.net forum.
From your description, I see that you want to set the border with of rdl report as 0.2pt.
However the value must between 0.25pt and 20pt. If you want to thin the with, please try to set it as 0.25pt.
For more information, please refer to Line Element (RDL) .
http://technet.microsoft.com/en-US/library/ms154588(v=sql.90).aspx
Hope this helps. Thanks.
Best Regards!
Oct 10, 2013 04:38 PM|zubayba|LINK
Hi have tried as per your sugestion 0.25pt in my RDLC report but didn t work
would you please create and rdl report and add a line from toolbox of Report Items
thanks in advance
Oct 10, 2013 09:37 PM|Fuxiang Zhang - MSFT|LINK
Thanks for the response.
I add the Line from toolbox and set it's LineWith style as 0.2pt, it will give us the error.
Error 1 The value of the BorderWidth property for the line ‘Line1’ is “0.2pt”, which is out of range. It must be between 0.24985pt and 20pt.
<Line Name="Line1"> <Top>1.04042in</Top> <Left>3.60292in</Left> <Height>0.25in</Height> <Width>1in</Width> <ZIndex>2</ZIndex> <Style> <Border> <Style>Solid</Style> <Width>0.25pt</Width> </Border> </Style> </Line>
Above code is set in .rdlc [XML] file. As we know that 0.75pt=1px and anything less than 1px will not be shown in screen.
If you want, try to set it as 0.75pt up to 1pt. If any doubt, feel free to back, Thanks.
Oct 11, 2013 02:07 AM|zubayba|LINK
I will close issue my post here as there no solution to make line more thiner
line width cannot be sinner than default value....
if anyone has another alternate solution please feel free to write in my post ..
Member
143 Points
423 Posts
how do i change line width point in rdl report ?
Oct 07, 2013 09:42 AM|zubayba|LINK
i need to make it 0.2pt by default it is 1pt
but it doesn t allow me to make it 0.2pt
i need to make it thinner please help
Member
143 Points
423 Posts
Re: how do i change line width point in rdl report ?
Oct 10, 2013 07:52 AM|zubayba|LINK
Earth calling Mars : helppppppppppppppppp!!
All-Star
30411 Points
3628 Posts
Re: how do i change line width point in rdl report ?
Oct 10, 2013 10:56 AM|Fuxiang Zhang - MSFT|LINK
Hi zubayba,
Thanks you for posting this issue to asp.net forum.
From your description, I see that you want to set the border with of rdl report as 0.2pt.
However the value must between 0.25pt and 20pt. If you want to thin the with, please try to set it as 0.25pt.
For more information, please refer to Line Element (RDL) .
http://technet.microsoft.com/en-US/library/ms154588(v=sql.90).aspx
Hope this helps. Thanks.
Best Regards!
Member
143 Points
423 Posts
Re: how do i change line width point in rdl report ?
Oct 10, 2013 04:38 PM|zubayba|LINK
Hi have tried as per your sugestion 0.25pt in my RDLC report but didn t work
would you please create and rdl report and add a line from toolbox of Report Items
thanks in advance
All-Star
30411 Points
3628 Posts
Re: how do i change line width point in rdl report ?
Oct 10, 2013 09:37 PM|Fuxiang Zhang - MSFT|LINK
Hi zubayba,
Thanks for the response.
I add the Line from toolbox and set it's LineWith style as 0.2pt, it will give us the error.
Error 1 The value of the BorderWidth property for the line ‘Line1’ is “0.2pt”, which is out of range. It must be between 0.24985pt and 20pt.
Above code is set in .rdlc [XML] file. As we know that 0.75pt=1px and anything less than 1px will not be shown in screen.
If you want, try to set it as 0.75pt up to 1pt. If any doubt, feel free to back, Thanks.
Best Regards!
Member
143 Points
423 Posts
Re: how do i change line width point in rdl report ?
Oct 11, 2013 02:07 AM|zubayba|LINK
I will close issue my post here as there no solution to make line more thiner
line width cannot be sinner than default value....
if anyone has another alternate solution please feel free to write in my post ..