07 Printouts - Fast Report
How to start
- Download fast report designer community https://www.fast-report.com/en/ , https://fastreports.github.io/FastReport.Documentation/FastReportDesignerCommunityEdition.html
- Template file should be saved in
/template
directory in the project {renderer}.frx - Preview
.frx.html
- HTML required frx template in / template directory.frx.pdf
- PDF required frx template in / template directory.frx
- report template with data
- Creating a new empty template with data
/api/srs/{id}/_new.frx
- How to bind srs with template http://localhost/api/srs/010-indeksy-aktywne/barcode10x4.frx.html
FAQ Printouts
1. HTML content in Fast Report
TextObject > Properties > Behavior > TextRenderType > HtmlTags
Simple html rendering works with <b>
, <br/> , <font color="#888888" size="8">Date of issue</font>
2. Check if not empty
JSON | |
---|---|
3. Format Date
SQL | |
---|---|
4. Sizable content
Must be set in the properties of the object CanGrow="True"
Properties CanGrow="True"