Search found 32 matches

by AlharbiN
Fri Nov 26, 2021 6:19 pm
Forum: Stimulsoft Reports.NET
Topic: Two datasets in one report, how to achieve it?
Replies: 3
Views: 861

Re: Two datasets in one report, how to achieve it?

We managed to achieve it,
by AlharbiN
Fri Nov 26, 2021 3:35 pm
Forum: Stimulsoft Reports.NET
Topic: Two datasets in one report, how to achieve it?
Replies: 3
Views: 861

Re: Two datasets in one report, how to achieve it?

Snag_533c2ce2.png
Snag_533c2ce2.png (10.03 KiB) Viewed 853 times
attached the structure in the designer
by AlharbiN
Fri Nov 26, 2021 3:10 pm
Forum: Stimulsoft Reports.NET
Topic: Two datasets in one report, how to achieve it?
Replies: 3
Views: 861

Two datasets in one report, how to achieve it?

Hi all, We want to design an Invoice report, the report has two datasets, the first one is responsible for the invoice information such as invoice id, date, total etc.. The second dataset is responsible for the item data i.e item name, price, VAT, etc. How we can do that in the designer, and how can...
by AlharbiN
Sat Aug 07, 2021 6:48 am
Forum: Stimulsoft Reports.WEB
Topic: Text overlapping on report
Replies: 2
Views: 1143

Re: Text overlapping on report

I use designer ver 2021.1.1
The report was working very well under ver 2020.5.2
by AlharbiN
Sat Aug 07, 2021 6:40 am
Forum: Stimulsoft Reports.WEB
Topic: Text overlapping on report
Replies: 2
Views: 1143

Text overlapping on report

Hi I have a simple report, the report in the designer as you see in the first attached image, Designer.jpg After we print the report using this code: JToken jToken = JToken.FromObject(certificate); var ds = StiJsonToDataSetConverter.GetDataSet(jToken); var report = GetReport(@"TraineesCertifica...
by AlharbiN
Sat Dec 19, 2020 3:51 pm
Forum: Stimulsoft Reports.NET
Topic: Custom fonts not applied in exported PDF
Replies: 1
Views: 1217

Custom fonts not applied in exported PDF

Hi, In the designer, the font is perfectly displayed. The font is a ttf file. Here is my code StiPdfExportSettings pdfSettings = new StiPdfExportSettings(); pdfSettings.EmbeddedFonts = true; report = StiReport.GetReportFromAssembly(assemplyfile); StiOptions.Export.Pdf.AllowImportSystemLibraries = tr...
by AlharbiN
Sat Dec 19, 2020 2:30 pm
Forum: Stimulsoft Reports.NET
Topic: Could not load file or assembly 'Stimulsoft.Report
Replies: 3
Views: 3059

Re: Could not load file or assembly 'Stimulsoft.Report

Thank you very much,
Yes, that was the problem, and now it works!
by AlharbiN
Wed Dec 09, 2020 2:59 pm
Forum: Stimulsoft Reports.NET
Topic: Could not load file or assembly 'Stimulsoft.Report
Replies: 3
Views: 3059

Could not load file or assembly 'Stimulsoft.Report

Hi, I'm trying to render my report by getting the report from its assembly using the code below. p.s: the code is invoked within the MvcApplication class public class MvcApplication : System.Web.HttpApplication { ... private async Task printCertificate(string data, long chatid, string caption) { ......
by AlharbiN
Thu Nov 19, 2020 6:09 pm
Forum: Stimulsoft Reports.NET
Topic: StiReportResponse.ResponseAsJpeg(report, exportSettings, true)
Replies: 3
Views: 1141

StiReportResponse.ResponseAsJpeg(report, exportSettings, true)

Hi, I'm using C#, MVC .NERT Framework. The PrintReport function, below, works very well. The problem is that the report is downloaded and saved to the user directly without any dialog! I want to allow him to decide where to save the report. In fact, passing "true" here StiReportResponse.Re...