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
  • Layout Structure
  • ReportTemplate
  • Report
  • Band
  • Examples

Was this helpful?

  1. e-Form DEVELOPER
  2. Day 2: e-Form Design

e-Form Layout Structure

Learn about e-Form layout structure and component types.

  1. Add a ReportTemplate

  2. Add a Report

  3. Add a Dummy band

  4. Add a TextBox

Layout Structure

ReportTemplate

The root object contains all other components such as reports, bands, and various components.

  • Home > Preview

    • Preview language:

    • Preview type: HTML5

  • Properties

    • Grid settings

    • 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

A Report can contain various sections called Band. A Band represents a specific sub-area on a report page. Only Bands can actually contain components.

  • Key Band types:

    • PageHeader / PageFooter

    • Title - Only once on the first page

    • Summary - Only once on the last page

    • Dummy (general-purpose, mostly for input components)

    • Data (associated with data sources and data rows are repeated for the row count)

  • ForceNewPage

  • RepeatNumber

Examples

  • order-table.ozr: report

  • customer.ozr: form

  • feedback.ozr: mixed

PreviousDesigner EnvironmentsNexte-Form Components

Last updated 3 months ago

Was this helpful?

🌈