Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes in Bands.md and added space line in Readme #4

Merged
merged 2 commits into from
Oct 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Bands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 isnt 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 isnt enough space, the following occurs:

- page footer is printed;
- a new page is added;
Expand All @@ -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 bands 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 bands 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. |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)