Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
End User
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Borders
rbuser
September 2013
edited September 2013
in
End User
Hi,
In the Calc Tab, how can I assign values to Borders (BorderPositions: bpTop,
bpRight, bpLeft, bpBottom) of any object.
Some samples about font styles are found but none about borders.
Thanks.
Comments
nicocizik
October 2013
edited October 2013
Hi Humberto,
In RAP, we added some simple helper properties to control the borders.
If for instance you would like to enable the left border you would
simply set Border.Left := True;
A list of the helper properties are below. They are all boolean types.
TppBorder.Left
TppBorder.Top
TppBorder.Right
TppBorder.Bottom
TppBorder.All
TppBorder.None
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This discussion has been closed.
Comments
In RAP, we added some simple helper properties to control the borders.
If for instance you would like to enable the left border you would
simply set Border.Left := True;
A list of the helper properties are below. They are all boolean types.
TppBorder.Left
TppBorder.Top
TppBorder.Right
TppBorder.Bottom
TppBorder.All
TppBorder.None
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com