ipong
ipong
About
- Username
- ipong
- Joined
- Visits
- 482
- Last Active
- Roles
- Members
Comments
-
https://forum.fast-report.com/en/uploads/933/TJSRGPC6Z7FA.zip
-
https://forum.fast-report.com/en/uploads/954/NHLZV3156PL0.zip try this...
-
https://forum.fast-report.com/en/uploads/082/B69UWDIMDRJM.zip dynamic-set-row-height
-
debug from your web browser make sure your report is working, try n catch report object, not webreport object
-
try catch will help you, https://forum.fast-report.com/en/uploads/636/9BS8RMROLGRJ.zip
-
https://mariusschulz.com/blog/getting-the-web-root-path-and-the-content-root-path-in-asp-net-core
-
set CalcCheckSum = false that determines if the barcode object should calculate the check digit automatically
-
there are 2 methods: pass the parameter to ado.net , register filtered data to fastreport pass the parameter to fastreport, eq: report.SetParameterValue(.. , ..), use script to filter the report
-
https://forum.fast-report.com/en/discussion/comment/42685#Comment_42685
-
EvenStylePriority?
-
https://forum.fast-report.com/en/uploads/410/UCRANNSIU34G.zip just a sample, take a look at that code
-
dialog form???
-
https://forum.fast-report.com/en/uploads/841/TC1FXRX2ZCCD.7z use this, it's winforms .net 5.0, must have desktop runtime x86
-
since dotnetcore 3.1, report engine for desktop and web application is in one dll, fastreport.dll web hosting providers only support asp.net.core runtime, they didnt install desktop runtime in their web server, see discussion : https://forum.fast-re…
-
ConfigStatusComponent is 'business object'/'poco class' name, fastreport uses alias as reference name. Report.RegisterData(IEnumerable, string)
-
go to http://fr.somee.com/demo that's .net core 2.2
-
the new version, requires https://www.nuget.org/packages/FastReport.DataVisualization/ for charting
-
you can use asp.net core 2.2 project in my previous post, see https://forum.fast-report.com/en/discussion/14588/quot-404-file-or-directory-not-found-quot-when-run-fastreport-net-under-an-iis-application-web#latest
-
open frx file with designer, then menu-> file -> save as -> cs file
-
for PDF, https://www.nuget.org/packages/FastReport.OpenSource.Export.PdfSimple/ but, it sucks, result file is too large. to solve the problem, try to export CustomReport.frx to cs class, then build the project
-
web or desktop app?
-
open 'Reporte presupuesto.frx' with notepad, check the content in 'dictionary' node
-
https://forum.fast-report.com/en/uploads/172/ISONMU2NOEBI.txt
-
only nuget package for asp.net core, are you sure it is still trial version?
-
be aware with core 3 version, as long as i know, it is still prerelease (FastReport.Core3.2021.1.0-demo.nupkg)
-
FastReport.Web.WebReport wr = new FastReport.Web.WebReport(); string frx = Path.Combine(_env.ContentRootPath, "reports", value.file); wr.Report.Load(frx); wr.Report.FileName = value.label; wr.Report.RegisterData(data1, "NorthWind"…
-
https://forum.fast-report.com/en/uploads/174/T0GOLGL77HV6.png you can create your own mysqldataconnection, there is an example in folder C:\Program Files\FastReports\FastReport.Net Trial\Extras\Connections\FastReport.MySQL add https://www.nuget.org/…
-
i got the same error, must downgrade to .net core 2.2 => FastReport.Core.2021.1.7-demo.nupkg & FastReport.Web.2021.1.7-demo.nupkg It was not possible to find any compatible framework version The framework 'Microsoft.WindowsDesktop.App', vers…
-
https://forum.fast-report.com/en/uploads/636/9BS8RMROLGRJ.zip here is the fix for 'print from browser'
-
but...when you have a report with picture inside, 'print from browser' will not work. thats why in my previous comment, i said "you must have source code to fix the bug"