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 = 0A textbox: ReportPageTextbox.
Rectangle = 1A rectangle, which contains other items.
Line = 2A line: ReportPageLine.
Placeholder = 3An 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 = 4A tablix; its cells are its Children.
Image = 5An image: ReportPageImage.
Chart = 6A chart: ReportPageChart.
CustomItem = 7A custom report item: ReportPageCustomItem.
GaugePanel = 8A gauge panel: ReportPageGaugePanel.
Subreport = 9A subreport that ran; the child report's body is its Children.