Skip to content

Commit

Permalink
Merge pull request #18 from fediachov/master
Browse files Browse the repository at this point in the history
update README.md and Fundamentals.md
  • Loading branch information
fediachov authored Nov 7, 2018
2 parents 832fb8e + cd68e20 commit 5667fd2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

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.

## Compiling the source code

1. Install latest .Net Core SDK for your OS from https://www.microsoft.com/net/download
2. Follow the commands

```sh
# for windows users
git clone https://github.com/FastReports/FastReport.git
cd FastReport
Tools\pack.bat
```

```sh
# for linux users
git clone https://github.com/FastReports/FastReport.git
cd FastReport
chmod 777 Tools/pack.sh && ./Tools/pack.sh
```

The package is located at `fr_nuget` directory.

## Installing from NuGet

You can add FastReport to your current project via NuGet package manager:
```
Install-Package FastReport.OpenSource
Install-Package FastReport.OpenSource.Web
```

## Compiling solution in Visual Studio

Open the FastReport.OpenSource.sln file in Visual Studio and choice the Build -> Build Solution.
Then you can set as StartUp any project from Demos folder and run it.

---

[Introduction](Introduction.md) | [Top Page](README.md) | [The Report](Report.md)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ We wish to draw up your attention to the fact that Documentation is under constr
### [APPENDIX II: Class Reference](https://fastreports.github.io/FastReport.Documentation/ClassReference/api/FastReport.html)
### [APPENDIX III: The Feature Comparison Table for FastReport Open Source, FastReport Core, FastReport .Net](COMPARISON.md)

### [LICENSE](LISCENSE.md)

## Links

[FastReport Open Source Home](https://github.com/FastReports/FastReport "Click for visiting the FastReport Open Source GitHub")
Expand Down
Binary file added images/fros-youtube-title.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5667fd2

Please sign in to comment.