Table of Contents

Enum ReportPageItemKind

Namespace
DocWright.Reporting.Pagination
Assembly
DocWright.Reporting.dll

What kind of report item a page item was laid out from.

public enum ReportPageItemKind

Fields

Textbox = 0

A textbox: ReportPageTextbox.

Rectangle = 1

A rectangle, which contains other items.

Line = 2

A line: ReportPageLine.

Placeholder = 3

An item this version keeps the place of without drawing its content: a chart, a gauge, a map, an image, a subreport or a custom report item (DXP9301).

Tablix = 4

A tablix; its cells are its Children.

Image = 5

An image: ReportPageImage.

Chart = 6

A chart: ReportPageChart.

CustomItem = 7

A custom report item: ReportPageCustomItem.

GaugePanel = 8

A gauge panel: ReportPageGaugePanel.

Subreport = 9

A subreport that ran; the child report's body is its Children.