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
  • Target Report
  • order-detail.ozr

Was this helpful?

  1. Report Developer
  2. Report Design

Master-Detail

PreviousTableNextODI Parameter

Last updated 3 years ago

Was this helpful?

Target Report

order-detail.ozr

Create a new ReportTemplate and save it as order-detail.ozr.

Add Data band for master

  1. Add a Data band named master.

  2. Add a FixedTable (4 by 7)

  3. Data row height = 0.3 inch, line spacing = 0.1 inch

  4. Lines for Address and Due date: use Cell Merge and Cell Divide

  5. Put field titles.

  6. Assign dataset field values from the dataset order.

Add Data band for detail

  1. Add a Data band named detail below the order band.

  2. Add a Table component as illustrated below.

Master Band settings

  1. Right-click the detail data band to open the Master Band Settings dialog.

  2. Select master<order> as Master band.

  3. Select the SalesOrderID and click the Connected button (or connect by dragging).

  4. Tick the Sort detail data by master data

Setting options for detail band

  1. Set the Force New Page property to True.

  2. Set the Fix Master property to True.

  3. Set the Fix Title property to True.

🌈
Example