Class

ReportLineShape


Description

A line in a report. Used by the Report Layout Editor.

Properties

Name

Type

Read-Only

Shared

LineColor

Color

LineStyle

LineStyles

X1

Double

X2

Double

Y1

Double

Y2

Double

Events

Name

Parameters

Returns

AfterPrinting

BeforePrinting

Enumerations

ReportLineShape.LineStyles

LineStyles

Specifies the line style.

Value

Enum

0

Solid

1

Transparent

2

Dot

3

Dash

Property descriptions


ReportLineShape.LineColor

LineColor As Color

The color of the line. The default is &c000000.


ReportLineShape.LineStyle

LineStyle As LineStyles

The style of the line.

The choices are:

Value

Description

0

Solid

1

Transparent

2

Dot

3

Dash


ReportLineShape.X1

X1 As Double

The point on the X axis where the line begins, measured in Units. The coordinate is relative to the section the Lineshape is in.


ReportLineShape.X2

X2 As Double

The point on the X axis where the line ends, measured in Units. The coordinate is relative to the section the Lineshape is in.


ReportLineShape.Y1

Y1 As Double

The point on the Y axis where the line begins, measured in Units. The coordinate is relative to the section the Lineshape is in.


ReportLineShape.Y2

Y2 As Double

The point on the Y axis where the line ends, measured in Units. The coordinate is relative to the section the Lineshape is in.

Event descriptions


ReportLineShape.AfterPrinting

AfterPrinting

Called after the control has rendered the data for printing.


ReportLineShape.BeforePrinting

BeforePrinting

Fires before the rendering takes place.

Compatibility

All project types on all supported operating systems.