From b19ef6e2f42c2e7fcbfbb6bed4b7147d847f7df3 Mon Sep 17 00:00:00 2001 From: Aleksandr Fediashov <43993341+fediachov@users.noreply.github.com> Date: Thu, 25 Oct 2018 10:56:20 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1255724..7a92570 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Here is the FastReport Open Source Documentation. ## Links [FastReport Open Source](https://github.com/FastReports/FastReport "Click for visiting the FastReport Open Source GitHub") + [FastReport .Net User's Manual](https://www.fast-report.com/public_download/html/UserManFrNET-en/index.html) From 15d35b29d419a5d6bc2c5fbf4f7ef22f8a118ce3 Mon Sep 17 00:00:00 2001 From: Alexander Fediachov Date: Thu, 25 Oct 2018 11:00:12 +0300 Subject: [PATCH 2/2] unf8 in Bands.md --- Bands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bands.md b/Bands.md index 2532f39..6e6ef54 100644 --- a/Bands.md +++ b/Bands.md @@ -29,7 +29,7 @@ The "Report Title" band will be printed first. The "Page Header" band will be pr ![](images/bandsequenceresult.png) -In the process of printing, FastReport checks if there is enough space on the current page of the prepared report, so that the band can be printed. If there isn’t enough space, the following occurs: +In the process of printing, FastReport checks if there is enough space on the current page of the prepared report, so that the band can be printed. If there isn’t enough space, the following occurs: - page footer is printed; - a new page is added; @@ -41,7 +41,7 @@ Every band has several useful properties, which affect the printing process. | Property | Description | |:-|:-| | CanGrow, CanShrink | These properties determine whether a band can grow or shrink depending on the size of the objects contained in the band. If both properties are disabled, the band will always have the size specified in the designer. Read more about this in the "Report Creation" chapter. | -| CanBreak | If the property is enabled, FastReport tries to print a part of the band’s contents on the available space, that is, "break" the band. Read more about this in the "Report Creation" chapter. | +| CanBreak | If the property is enabled, FastReport tries to print a part of the band’s contents on the available space, that is, "break" the band. Read more about this in the "Report Creation" chapter. | | StartNewPage | Printing a band with such property begins on a new page. This property is usually used when printing groups; that is, every group is printed on a new page. | | PrintOnBottom | A band with this property is printed at the bottom of the page, before the "Page Footer" band .This can be useful when printing certain documents, where the total sum is supposed to be printed at the bottom of the page. | | RepeatOnEveryPage | The bands - "Data Header", "Data Footer", "Group Header" and "Group Footer" - have got this property. This type of band will be printed on each new page, when data printing is being done. Read more about this in the "Report Creation" chapter. |