Skip to content
Open
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 WebReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ Also you need to create a simple view in `\Views\Home\SaveDesignedReport.cshtml`
<h2>@ViewBag.Message</h2>
```

Good article about using the Online Designer in ASP .Net Core can be found [here](https://www.fast-report.com/en/blog/196/show/).
Good article about using the Online Designer in ASP .Net Core can be found [here](https://www.fast-report.com/blogs/use-webreport-with-asp-net-core).

## WebReport Examples

You can see some examples [here](https://github.com/FastReports/FastReport/tree/master/Demos/Core).
You can see some examples [here](https://github.com/FastReports/FastReport/tree/master/Demos/OpenSource).

---

Expand Down