Solved: Individual borders/lines per column |
Post Reply |
Author | |
MDacore
Newbie Joined: 14 September 2009 Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 14 September 2009 at 9:19am |
Hi,
i'm using VB6 with ReportControl V11.2.2 I was wondering if it is possible to draw or define individual borders per column? To demonstrate my problem see picture below: I would like to seperate the quarters in this month-column-list. Something like one of the three lines I drawed into my screenshot. Is there any way to realize something like this? Thanks in advance |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Please look at post https://forum.codejock.com/forum_posts.asp?TID=11262 and just use
MoveToEx hdc, left, top, PPT
LineTo hdc, left, bottom To draw only left line
If you change Column.DrawHeaderDivider = false for those columns which you don't want the dividers it just looks like the columnheaders (still are resizable) belong to the 3 reportitems.
Good luck
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
MDacore
Newbie Joined: 14 September 2009 Status: Offline Points: 5 |
Post Options
Thanks(0)
|
Thank you for this hint, it worked fine for me:
A small side note regarding Column.DrawHeaderDivider. This Property is not available in V11.2.2 probably in a later version. But that doesn't bother me, I didn't need it. Solved, thanks for the help |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |