|
|
|
|
|
Border (Property) In french: Cadre
The Border property gets and sets the characteristics of the borders: - for a report control or block.
MyBorder is Border
MyBorder.Color = LightRed
MyBorder.Thickness = 5
NumNbPage.Border = MyBorder
NumNbPage.Border.Thickness = 1
MyBorder2 is Border = NumNbPage.Border
Syntax
Getting the border characteristics of an element Hide the details
<Characteristics> = <Element used>.Border
<Characteristics>: Border variable Border variable containing the characteristics of the borders for the specified element. <Element used>: Control name - Name of the control or block used. This element is in the current report.
Defining the borders programmatically Hide the details
<Element used>.Border = <Border characteristics>
<Element used>: Control name - Name of the control or block used. This element is in the current report.
<Border characteristics>: Border variable Border variable containing the characteristics of the borders that will be applied to the specified element.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|