Rounded rectangle in report

hii,

i have a report in which i want to draw a rounded rectangle …in ssrs report its not possible but can we do from visual studio?

You can have Rectangle in Visual Studio Reports but not a rounded one.

I haven’t seen a Rounded rectangle in RDLC reports but i have used rectangle control. I believe there is no such rounded rectangle available in VS.

Hi Expn,

In SSRS, you can do like this:

  • Get an image of Rounded Rectangle (by Paint, Word…)
  • Insert this image as external in SSRS
  • Set the property of the image to ‘Send to back’

And then, you got an rounded rectangle in SSRS :D.

Thanks,

Thanks All For Replying…i will Try with this