Class

ReportRoundRectangleShape


Description

An round rectangle in a report created with the Report Layout Editor.

Events

Name

Parameters

Returns

AfterPrinting

BeforePrinting

Property descriptions


ReportRoundRectangleShape.Border

Border As Double

The opacity level of the border.


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 Double

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


ReportRoundRectangleShape.CornerWidth

CornerWidth As Double

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


ReportRoundRectangleShape.DataField

DataField As String

The name of the field from the data source to bind to the control.


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.


ReportRoundRectangleShape.Height

Height As Double

The height of the control in Units. Height is relative to the section the control is in.


ReportRoundRectangleShape.Index

Index As Integer

The object's numeric position within the list of objects on the report.


ReportRoundRectangleShape.Left

Left As Integer

The left side of the control in Units. Left is relative to the section the control is in.


ReportRoundRectangleShape.Name

Name As String

The name of the object.


ReportRoundRectangleShape.PenHeight

PenHeight As Integer

The height in pixels used when drawing.


ReportRoundRectangleShape.PenWidth

PenWidth As Integer

The width in pixels used when drawing.


ReportRoundRectangleShape.Report

Report As Report

The report to which the object belongs.


ReportRoundRectangleShape.Tag

Tag As Variant

A value that can be associated with the shape.


ReportRoundRectangleShape.Top

Top As Integer

The top of the control in Units. Top is relative to the section the control is in.


ReportRoundRectangleShape.Visible

Visible As Boolean

If True, the control is visible. The default is True.


ReportRoundRectangleShape.Width

Width As Double

The width of the control in Units. Width is relative to the section the control is in.

Event descriptions


ReportRoundRectangleShape.AfterPrinting

AfterPrinting

Called after the control has rendered the data for printing.


ReportRoundRectangleShape.BeforePrinting

BeforePrinting

Fires before the rendering takes place.

Sample code

Compatibility

All projects types on all supported operating systems.