Report Design Components
The Report module features many different report-specific components. This section contains property listings for each component.
The following components are used exclusively inside the Report Module.
📄️ Report Component - Report Object
The report itself. This component has properties that control the dimensions, margins, and more. These settings impact all pages in the report.
📄️ Report Component - Page Object
Each report may consist of multiple pages. The Page component may be selected by clicking on a Page item in the Project Browser.
📄️ Report Component - Table
The Report Table displays data in a structured, repetitious format which gives reporting users the ability to flexibly layout and organize tabular data in a variety of ways.
📄️ Report Component - Crosstab Table
CrossTab Tables are commonly used to summarize the relationship between two categories of data.
📄️ Report Component - Simple Table
The Simple Table is a grid-like table structure that dynamically creates new rows and columns for rows returned by the Data Keys on the component.
📄️ Report Component - Labels
Labels can be used to print out a host of different types of labels depending on how you configure the Label properties.
📄️ Report Component - Barcode
The Barcode component allows reports to contain dynamically generated barcodes based on how you configure its properties.
📄️ Report Component - Images
The Image component lets you embed images into reports.
📄️ Report Component - Timeseries Chart
The Timeseries Chart, while similar to the XY Chart, uses a datetime value for the Domain Axis instead of a numerical value. This chart is ideal when trying to display Tag Historian data in a Report.
📄️ Report Component - XY Chart
The XY Chart, while similar to the Timeseries Chart, uses a numerical value for the Domain Axis instead of a Datetime. The XY chart is ideal when trying to detail the relationship between two keys.
📄️ Report Component - Bar Chart
A Bar Chart is used to display data in a chart using bars.
📄️ Report Component - Pie Chart
The Pie Chart takes a Data Source with two keys: a Label (typically a string) and a Value (typical a numerical value).
📄️ Report Component - Text Shape
The Text shape component creates a text area for static or data key bound content.
📄️ Report Component - Line Shape
The Line shape component can be used to display a straight line any where in a report.
📄️ Report Component - Rectangle Shape
The Rectangle shape component creates a square or rectangle and can be used anywhere on a report.
📄️ Report Component - Ellipse Shape
The Ellipse shape component creates circles and ellipses that can be used in a report.
📄️ Report Component - Star Shape
The Star shape component creates a star and can be used anywhere on a report.
📄️ Report Component - Polygon Shape
The Polygon shape component creates custom polygon shapes by drawing and connecting lines, and can be used anywhere on a report.
📄️ Report Component - Pencil Shape
The Pencil shape component lets you draw free-hand path segments that automatically smooth the curves.