Class

ReportOvalShape


Description

An oval in a report. Used by the Report Layout Editor.

Properties

Name

Type

Read-Only

Shared

Border

Double

BorderColor

Color

BorderWidth

Integer

Fill

Double

FillColor

Color

Events

Name

Parameters

Returns

AfterPrinting

BeforePrinting

Property descriptions


ReportOvalShape.Border

Border As Double


ReportOvalShape.BorderColor

BorderColor As Color

The color of the object's border.


ReportOvalShape.BorderWidth

BorderWidth As Integer

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


ReportOvalShape.Fill

Fill As Double

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


ReportOvalShape.FillColor

FillColor As Color

The color of the interior of the shape.

Event descriptions


ReportOvalShape.AfterPrinting

AfterPrinting

Called after the control has rendered the data for printing.


ReportOvalShape.BeforePrinting

BeforePrinting

Fires before the rendering takes place.

Compatibility

All project types on all supported operating systems.