Can you try the below script code and see it works for you -
|
Code:
|
Sub ActiveReport_PageStart
rpt.CurrentPage.DrawRoundRect(0.25f, 0.25f, 8f, 10.5f,0.15f,0.15f)
End Sub |
Include the above
ActiveReport_PageStart procedure into your report script code.
Syntax of the
DrawRoundRect method is
DrawRoundRect(left As Single, top As Single, width As Single, height As Single, edgeWidth As Single, edgeHeight As Single)
synatx for round rect.JPG
Hope it helps.