Search found 3 matches

by tancoffm
Fri Jan 15, 2021 7:12 pm
Forum: Stimulsoft Dashboards.WEB
Topic: Several copies of same report
Replies: 1
Views: 2074

Several copies of same report

Dear Stimulsoft support:

I have a report for printing Receitps.

The report is a single page, but I want to print 3 copies of the same page.

Is that possible?

Thanks
by tancoffm
Wed Aug 26, 2020 8:10 pm
Forum: Stimulsoft Reports.WEB
Topic: Custoim email action bad render
Replies: 3
Views: 1022

Re: Custoim email action bad render

Solved it by replacing this: StiReport reporterenderizado=new StiReport(); reporterenderizado.Load(Server.MapPath("~/Customizado/Reportes/" + reporte)); ((StiSqlDatabase)reporterenderizado.Dictionary.Databases["MSSQL1"]).ConnectionString = CadenaConexionCliente.cadenaconexion();/...
by tancoffm
Tue Aug 04, 2020 1:23 pm
Forum: Stimulsoft Reports.WEB
Topic: Custoim email action bad render
Replies: 3
Views: 1022

Custoim email action bad render

We builded our own mail send action. When the user chooses "send mail" from MVCviewer wil go to an action where i want to send the report by mail: These are the lines supossed to do that: StiReport reporterenderizado=new StiReport(); reporterenderizado.Load(Server.MapPath("~/Customiza...