From c6c564352e3375b12f51bd3028cf27d9f3c2dc01 Mon Sep 17 00:00:00 2001 From: Alexander Fediachov Date: Thu, 25 Oct 2018 11:07:05 +0300 Subject: [PATCH] update utf8 --- FastReportOnlineDesigner.md | 2 +- Fundamentals.md | 2 +- README.md | 2 -- ReportPages.md | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/FastReportOnlineDesigner.md b/FastReportOnlineDesigner.md index aa84fb2..13579bd 100644 --- a/FastReportOnlineDesigner.md +++ b/FastReportOnlineDesigner.md @@ -1,3 +1,3 @@ # FastReport Online Designer -[Next Page](ReportTemplateFileStructure.md) \ No newline at end of file +[Next Page](ReportTemplateFileStructure.md) diff --git a/Fundamentals.md b/Fundamentals.md index 6d28af0..2579330 100644 --- a/Fundamentals.md +++ b/Fundamentals.md @@ -2,4 +2,4 @@ In this chapter we will learn the principles of working with a report in the FastReport. We will also take a close look at report elements such as report pages, bands, and report objects. -[Next Page](Report.md) \ No newline at end of file +[Next Page](Report.md) diff --git a/README.md b/README.md index 7a92570..fb26508 100644 --- a/README.md +++ b/README.md @@ -43,5 +43,3 @@ Here is the FastReport Open Source Documentation. [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) - - diff --git a/ReportPages.md b/ReportPages.md index a63d11b..8ae930e 100644 --- a/ReportPages.md +++ b/ReportPages.md @@ -4,7 +4,7 @@ Template consists of one (mostly) or several report pages. Report page, in turn, ![](images/report-page-band.png) -Report template can consist of several pages. For example, you can create a template containing title-page and a page with data. When creating such a report, the first page will be printed first, then the second page and so on. Every page of template can generate one or several pages of a prepared report – this depends on the data it contains: +Report template can consist of several pages. For example, you can create a template containing title-page and a page with data. When creating such a report, the first page will be printed first, then the second page and so on. Every page of template can generate one or several pages of a prepared report – this depends on the data it contains: ![](images/reporttemplate-preparedreport.png)