TCustomdxGraphicReportLink.DrawBorder Property
In This Article
Determines whether to draw a border around the image.
#Declaration
Delphi
property DrawBorder: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Use the DrawBorder property to include or exclude borders from a report.
The default value of this property is False and a border is not printed within a report.
See Also