Report objects fundamentals
A wide range of objects can be used in the report:
Icon | Title | Description |
---|---|---|
![]() |
"Text" (TextObject) | Shows one or more lines of text. |
![]() |
"Picture" (PictureObject) | Shows a picture. |
![]() |
"SVG" (SVGObject) | Shows a vector image. |
![]() |
"Line" (LineObject) | Shows a line. The line can be vertical, horizontal, or diagonal. |
![]() |
"Shape" (ShapeObject) | Shows one of the geometric shapes - rectangle, ellipse, triangle, etc. |
![]() |
"PolyLine" (PolyLineObject) | Shows a polyline with a different number of vertices that supports curvature of the line segments. |
![]() |
"Polygon" (PolygonObject) | Shows a polygon with varying numbers of vertices and curvature support. |
![]() |
"Rich text" (RichObject) | Shows rich text (RTF format). |
![]() |
"Barcode" (BarcodeObject) | Shows a barcode. |
![]() |
"Checkbox" (CheckBoxObject) | Shows a checkbox that can have two states - "on" or "off". |
![]() |
"Table" (TableObject) | Shows a table consisting of rows, columns, and cells. |
![]() |
"Matrix" (MatrixObject) | Shows a matrix (also known as pivot table, cross-tab). |
![]() |
"Chart"(MSChartObject) | Shows a chart. |
![]() |
"Zipcode" (ZipCodeObject) | Shows a zip code. |
![]() |
"Cellural text"(CellularTextObject) | Shows a text, where each character is written in a separate cell. |
![]() |
Gauge objects (LinearGauge, SimpleGauge, RadialGauge, SimpleProgressGauge) | Several objects with similar functionality are designed to visualize a value. |
![]() |
Digital Signature (DigitalSignatureObject) | Shows a visible field that can be used for electronic signatures. |
Objects can be used both to display information (the "Text" object) and to design a report (the "Picture", "Line", "Shape" objects). Complex objects such as "Table" and "Matrix" can contain other simple objects.