Class

ReportRoundRectangleShape


Description

A round rectangle in a report. Used by the Report Layout Editor.

Events

Name

Parameters

Returns

AfterPrinting

BeforePrinting

Property descriptions


ReportRoundRectangleShape.Border

Border As Double


ReportRoundRectangleShape.BorderColor

BorderColor As Color

The color of the object's border.


ReportRoundRectangleShape.BorderWidth

BorderWidth As Integer

The width of the border, in points. The default is 1.


ReportRoundRectangleShape.CornerHeight

CornerHeight As Integer

The height of the inset corner oval in pixels. The default is 16.


ReportRoundRectangleShape.CornerWidth

CornerWidth As Integer

The width of the inset corner oval in pixels. The default is 16.


ReportRoundRectangleShape.Fill

Fill As Double

The opacity of the interior, from 0 (completely transparent) to 100 (opaque).


ReportRoundRectangleShape.FillColor

FillColor As Color

The color of the interior of the shape.

Event descriptions


ReportRoundRectangleShape.AfterPrinting

AfterPrinting

Called after the control has rendered the data for printing.


ReportRoundRectangleShape.BeforePrinting

BeforePrinting

Fires before the rendering takes place.

Compatibility

All project types on all supported operating systems.