Skip to content

Commit 4bedcb4

Browse files
Update two-lists-show-details-in-parallel.md (#1554)
* Update two-lists-show-details-in-parallel.md * Add files via upload * Update two-lists-show-details-in-parallel.md * Update two-lists-show-details-in-parallel.md * Add files via upload
1 parent f73f5c7 commit 4bedcb4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
19.3 KB
Loading

knowledge-base/two-lists-show-details-in-parallel.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Report with Two Lists Showing the Same Data in Parallel Page by Page
3-
description: "Learn how to create a report that shows the same data twice per page in parallel in Telerik Reporting."
2+
title: Check with Stubs. Report with Two Lists Showing the Same Data in Parallel Page by Page
3+
description: "Learn how to create a report that shows the same data twice per page in parallel in Telerik Reporting. The approach is relevant for printing checks with stubs."
44
type: how-to
55
page_title: Two Lists Showing the Same Data in Parallel
66
slug: two-lists-show-details-in-parallel
@@ -27,7 +27,9 @@ The purpose of the report we are going to create is to list a number of _checks_
2727
1. Each _check_ should start on a new page and its main/header information should be printed only on the page header of the first page associated with this _check_. The rest of the pages related to the _check_ must contain static text in the page header, for example, 'Void'.
2828
1. The _stubs_ for the _check_ should be printed twice in parallel. The idea is for the printed reports to allow these two sections with the _check stubs_ to be easily cut, one going to the payees for their records.
2929

30-
The report layout consists of three parts. The top part contains the main information about the _check_, or the static text ('Void') in a header. The middle and bottom parts would represent the two identical (or different, depending on the scenario, but representing the same data rows) _check stubs_.
30+
The report layout consists of three parts. The top part contains the main information about the _check_, or the static text ('Void') in a header. The middle and bottom parts would represent the two identical (or different, depending on the scenario, but representing the same data rows) _check stubs_. Here is how our final report will look in the PrintPreview mode of the Standalone Report Designer:
31+
32+
![The first and second page of the Check Stubs sample report 'TwoParallelLists.trdx' in PrintPreview of the Standalone Report Designer](images/CheckStubsPrintPreview.png "Check Stubs Report PrintPreview")
3133

3234
The main challenge here is that if there are more _stub_ lines within a single _check_ that cannot fit on a single page, we need to ensure:
3335

0 commit comments

Comments
 (0)