OZ e-Form Developer
  • OZ e-Form Concepts
  • 🌈e-Form DEVELOPER
    • Day 1: Welcome On Board
      • About Course
      • Preparations
      • OZ e-Form Overview
    • Day 2: e-Form Design
      • Designer Environments
      • e-Form Layout Structure
      • e-Form Components
      • e-Form From Documents
      • Preview / Export / Save
      • Hands-on Practice
    • Day 3: Dynamic e-Form
      • e-Form Scripting Guide
      • Hands-on Practice
      • Advanced Features
    • Day 4: e-Form Application
      • Server Deployment
      • Viewer In HTML
      • Viewer APIs
      • Prefilling e-Form
      • Submitting e-Form
      • Sending MemoryStream
    • Get Your Certificate
    • Design Guide
      • Dialogue Flow
        • Overview
        • Creating Dialogue Flow
        • Uploading e-Form to Server
        • Running Dialogue Flow
        • Group and Statement
        • Custom Styling
      • Multilingual e-Form
      • Miscellaneous
      • Videosign
        • Videosign User Guide
      • OZ Verifier
        • OZ Verifier Introduction
        • Implementation and Use
        • Requirements
      • HTML5 Editor
        • HTML5 Editor Introduction
        • HTML Editor
        • Requirements and Sample
    • Day 5. Server & Reporting
  • 🌈Server Developer
    • OZ Server Console
    • OZ Scheduler
      • Features
      • Installing OZ Scheduler
      • Scheduler Task
    • Binding & Exporting
      • Overview
      • Export API Example
        • Extract Input Data
        • Export with OZ Server
        • Export with Scheduler
        • Export with Scheduler Task
    • Repository Server
    • Sync Server
      • Overview
      • Installing Sync-Server
        • SSL configration
      • Sample Application
      • Implementation
    • QR Link Mobile Sign
  • 🌈Report Developer
    • Overview
      • About Course
      • Preparation
      • Report Designer Overview
    • Query Design
      • Database Connection
      • Designer Environment
      • Dataset Design
    • Report Design
      • Designer Environment
      • Components
      • Table
      • Master-Detail
      • ODI Parameter
      • CrossTab
      • Chart
  • 🌈MOBILE DEVELOPER
    • Android Native
    • iOS Native
    • TOTO Framework
      • TOTO Overview
      • Sample App Overview
      • Server Application
      • Android Project
  • ⬇️Product Downloads
  • 📚 Product Documentation
  • 📕Technical Guide
  • ⚛️ ReactJS Integration
Powered by GitBook
On this page
  • ReportTemplate
  • Report
  • Band
  • Label
  • Multiplex component

Was this helpful?

  1. Report Developer
  2. Report Design

Components

ReportTemplate

The root object containing all other components such as reports, bands, labels, etc.

  • Home > Preview

    • Preview language:

    • Preview type: HTML5

  • Properties

    • Grid

    • Snap To Grid

    • MeasurementUnits

Report

  • A space corresponding to a page on which to put various bands

  • The ReportTemplate contains a single Report by default.

  • Paper Type: A4

Band

OZ Report Designer uses a "band-oriented" design approach. A Report Band represents a specific area on a report page, used to specify where and when, and how the report components are to be displayed on the report. All components in the report (label, table, crosstab, chart, shape, input component, etc.) are located in one of several bands.‌

Types of Bands

Band
Description

Page Header

prints at the top of every page

Title

prints at the start of the report

Data Header

prints at the start of the associated data band

Data

prints dataset on repeated pages

Group Header

prints at the start of a group

Group Footer

prints at the end of a group

Data Footer

prints at the end of the associated data band

Page Footer

prints at the bottom of every page

Summary

prints summarized data of the entire report

Dummy

prints blank with no data

Tail

prints at the end of the report

Key properties of the Data band

Property
Description

Master Name

Mater band name of the current data band

ODI Name

ODI Name for the data band

Dataset Name

Dataset Name for the data band

Fix Master

Prints Master band on every page

Fix Title

Prints Data Header band on every page

Force New Page

Insert page break

Repeat Number

Repeat count of records

Label

Type
Description

Text

prints text

Data

prints the value of a dataset field

Summary

prints aggregation of values of a field (Sum, Avg, Max, Min, Cnt, None)

Group

prints field values grouped by the same values

System

prints values provided by the viewer (date, page number, etc.)

Barcode

prints a value as a barcode image

Image

prints an image

HTML

prints HTML

Resource

for multi-lingual report

Multiplex component

Component
Description

FixedTable

a table of label cells

Table

prints all result rows from a dataset

Crosstab

generates a pivot table from a dataset

Chart

draws a chart from a dataset (bar, pie, line, dot, etc.)

PreviousDesigner EnvironmentNextTable

Last updated 3 years ago

Was this helpful?

🌈