Class

ReportRectangleShape


Description

A rectangle 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


ReportRectangleShape.Border

Border As Double


ReportRectangleShape.BorderColor

BorderColor As Color

The color of the object's border.


ReportRectangleShape.BorderWidth

BorderWidth As Integer

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


ReportRectangleShape.Fill

Fill As Double

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


ReportRectangleShape.FillColor

FillColor As Color

The color of the interior of the shape.

Event descriptions


ReportRectangleShape.AfterPrinting

AfterPrinting

Called after the control has rendered the data for printing.


ReportRectangleShape.BeforePrinting

BeforePrinting

Fires before the rendering takes place.

Compatibility

All project types on all supported operating systems.