stimulsoft

How can I assign a normal table from a dynamic pivot table?

依然范特西╮ 提交于 2020-01-10 06:10:09
问题 I need to make a report in Stimulsoft from the last 12 months from our current date, I used dynamic pivot table to make this, the original table is at figure 1 Then the pivot table is like the figure 2 (bigger image link here: http://i.stack.imgur.com/LPCuP.jpg) The DACP_Value at figure 1 is the row at the date it corresponds at figure 2. Note that the culture is set to pt-BR (brazil) Here is a sample code of the generation of the pivot table made in SQLFiddle http://www.sqlfiddle.com/#!3

How can I generate multiple reports in a single

别等时光非礼了梦想. 提交于 2019-12-25 00:00:05
问题 I want to generate two reports in a single file that when i run my code show a file that have two page (first page was my first report and next page was my secound report) . how can i do it ? public ActionResult GetReport(Guid? productionId){ StiReport report = new StiReport(); report.Load(Server.MapPath("~/Reports/ElementProduction.mrt")); report.Load(Server.MapPath("~/Reports/ElementProduction2.mrt")); return StiMvcViewer.GetReportResult(report); } 回答1: public ActionResult GetReport(Guid?

Stimulsoft - How to render report in asp.net core and show it in angular

我与影子孤独终老i 提交于 2019-12-13 16:22:29
问题 Stimulsoft report: How can I render the report with its variables and parameters in asp.net core and show it in angular? Angular: viewer: any = new Stimulsoft.Viewer.StiViewer(null, 'StiViewer', false); report: any = new Stimulsoft.Report.StiReport(); this.report.load("the report get from my api"); // ??? this.viewer.report = this.report; this.viewer.renderHtml('viewer'); Asp.net core: public async Task<IActionResult> GetReport() { StiReport report = new StiReport(); report.Load(@"D:\myreport

ag-grid sorting is not working with another third party plugin

别说谁变了你拦得住时间么 提交于 2019-12-13 08:17:12
问题 ag-grid sorting is not working with another third party plugin. Stimulsoft report.js for reporting tool. please find plunkr link for the same. <html> <head> <script src="https://unpkg.com/ag-grid@13.3.1/dist/ag-grid.js"></script> <script src="https://cdn.jsdelivr.net/npm/stimulsoft-reports-js@2018.2.3/stimulsoft.reports.js"></script> </head> <body> <div id="myGrid" style="height: 100%;" class="ag-fresh"></div> <script src="main.js"></script> </body> </html> 回答1: Your problem is likely due to

Creating Readonly Variables in Stimulsoft

穿精又带淫゛_ 提交于 2019-12-12 01:39:57
问题 I'm a Noobie to Stimulsoft. I have Stimulsoft Version 2015.3 running for our apps in Visual Studio 2013. Example videos found on YouTube are all old, and I have not found any to show how to create a variable using their built-in conditional logic. There is a dictionary where variables are created: Currently, if I try to compile, I have 10 errors as shown here: I'll focus on the first one: decInvoiceCost . The error says ";" expected, and gives this little preview: The code for it, entered

stimulsoft-HTML style(for example font and font-size) not apply

若如初见. 提交于 2019-12-11 15:52:52
问题 good timing... I have a text that I have set for that styles. For example, set two different font for sections. In stimulsoft, I put a text field and AllowHtmlTags set true. The problem I have is that fonts are not applied to the html and pdf export Please advise 回答1: You can not use all tag HTML in this app, And that all tag HTML app can support for you Link all Tag HTML support in stimulsoft 来源: https://stackoverflow.com/questions/53465676/stimulsoft-html-stylefor-example-font-and-font-size

How to use Stimulsoft Report for C# and Excel file importing in gridview?

99封情书 提交于 2019-12-11 14:12:12
问题 I created an app which load a sheet of Excel file and shows its content in gridview. I just want to use Stimulsoft Report to create a report for all records and export it in PDF file. How can I do that ? 回答1: If you already have the StimulSoft Report template created then you can refer the below code to fill and register your data with it and display/Export. public void CreateStimulSoftReport() { StiReport stReport = new StiReport(); //If Template has already been created then load that

Master-detail report with custom business objects in Stimulsoft

会有一股神秘感。 提交于 2019-12-11 10:14:22
问题 I am working on a project, which uses a custom ORM. Each model is a simple POCO which is populated from the database. Now, I need to use some of these classes to create a master-detail report in Stimulsoft Reports, and I am following this guide. But instead of using ADO.NET entity model, I use our own ORM. The problem is, at step 5 of the article, Stimulsoft does not recognize my business objects in the Child of Business Object box and shows an empty list. I think, the problem is with the

'System.ArgumentNullException' while using Stimulsoft

不羁岁月 提交于 2019-12-11 03:49:38
问题 I'm trying to use Stimulsoft Reports 2014.3 in my MVC 5.2 app. I get the following exception when I try to use @Html.Stimulsoft().StiMvcViewer . An exception of type 'System.ArgumentNullException' occurred in mscorlib.dll Value cannot be null. Parameter name: key I can use @Html.Stimulsoft().StiMvcViewerFx just fine. I have tried various changes in web.config to get ride of this exception, but they were all useless. I've also tried Debug -> Exceptions, and checking both boxes for Common

System.ArgumentNullException: Value cannot be null. Paramete

你离开我真会死。 提交于 2019-12-11 03:25:38
问题 iam use mvc5.2 and stimulsoft 2014.3 when run this see error: Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ArgumentNullException: Value cannot be null. Parameter name: key Source Error: Line 7: Line 8: @Html.Stimulsoft().RenderMvcViewerScripts() Line 9: @Html.Stimulsoft().StiMvcViewer("MyViewr", new