Questions tagged [stimulsoft]

Stimulsoft is a company involved in developing tools for generating reports. Products are available for various software platforms: .NET Framework, Rich Internet Application, Internet applications, Java.

.NET Framework components

Stimulsoft Reports.Ultimate The complete set of reporting components to design, edit and export reports under JavaScript, ASP.NET, ASP.NET MVC, WPF, Silverlight, WinRT, HTML5, Windows Forms, PHP, Java, and Flex.

Stimulsoft Reports.Web ASP.NET, ASP.NET MVC, and HTML5 components are used for creating and rendering reports in Web. The ASP.NET server is required.

Stimulsoft Reports.Net The product consists of the WinForms report designer and ASP.NET viewer which are used to create, print and export reports. Feature rich functionality gives report designers boundless abilities in building reports of any complexity.

Stimulsoft Reports.Wpf Developed specifically for WPF the reporting tool has the widest functionality for working with reports. Smart and user friendly report designer are easy to use by designers.

Stimulsoft Reports.Silverlight The tool has components for creating reports in web and Native Silverlight. Mighty exporting options. Silverlight 5 supported.

Stimulsoft Reports.WinRT This reporting tool written in the C# can be used in any application targeted for the Windows 10.

JS, Java, PHP, Flex components

Stimulsoft Reports.JS The reporting tool is applicable for generating reports using JavaScript and HTML5. No server-side required. The product is easy deployable on any platform, operating system and device.

Stimulsoft Reports.Java The Java tool can be easily integrated into any Java application. Contains visual HTML5 designer and viewer.

Stimulsoft Reports.PHP The PHP reporting components can be used to design reports using a client-server technology. The product contains JavaScript and Flash report engines.

Stimulsoft Reports.Flex The cross-platform, Flash based reporting components designed for using it in Rich Internet Applications.

Business Intelligence

Stimulsoft Reports.Server The client-server BI system that allows easily and effectively implementing a full cycle of working with reports starting from designing them and processing data to preparing beautiful presentation of results to users.

Help resources

356 questions
17
votes
3 answers

How to Repeat Invoice for each company with stimulreport

I am using StimulSoft for my report in asp.net with c# language. I have a report with 3 list, one as Head list and two other list for detail. It's a bill report for range of date. The problem is that I can't repeat them in order I like; the…
Eqbal Sohrabi
  • 826
  • 6
  • 23
9
votes
2 answers

How do I send parameters to Stimulsoft?

public virtual ActionResult GetReportSnapshot() { var data = (ComparativeBalanceReportDS) TempData["ComparativeSession"]; StiReport report = new StiReport(); …
roozbeh
  • 304
  • 1
  • 2
  • 10
7
votes
1 answer

Stimulsoft Report Unicode Character (Arabic Or Persian) In richText Error

Stimulsoft Report Unicode Character (Arabic Or Persian) In rich-text below Error: The error of compilation The error of compilation is found in the 'Text' property of the 'RichText1' component: Unexpected character '\' create a rtf file and type…
Amir
  • 123
  • 1
  • 2
  • 10
5
votes
2 answers

Migirating to Stimulsoft Core

For getting Pdf report in Asp.net MVC I am working with Stimulsoft 2015. The problem is that I have no idea how to convert my code in order to work with Stimulsoft Core in Asp.net Core. it seems some features are not available anymore in Stimulsoft…
Elyas Esna
  • 625
  • 4
  • 19
5
votes
1 answer

How to run IIS process (w3wp.exe) as 64 bit process

We ran in the following problem in our system. We have several reports, built with Stimulsoft. Reports use SQL Server as datasource (instead of stored procedures, SQL code is provided inside scripts). When we run sql scripts in management studio -…
Max
  • 417
  • 7
  • 21
5
votes
4 answers

How Send a Dataset With 2 DataTable to Stimulsoft Report

I create a C# program and connected to stimulsoft for Make Reports. I send a Dataset with 2 Datatable to my report with below code: DataSet ds = new DataSet(); dtP.TableName = "dtP"; dtF.TableName =…
Mahdi Radi
  • 429
  • 2
  • 10
  • 30
4
votes
0 answers

how to make a report in stimul soft with dynamic columns

I have a few warehouses with some columns like name, location and other stuff and I have products that the user can add to the database. Each warehouse has some quantity of each product. I want to add columns from products and to count the quantity…
ali yeganeh.m
  • 41
  • 1
  • 6
4
votes
2 answers

Stimulsoft Reports : Print each Group on a single Page?

I am creating a report with Stimulsoft. I have a GroupHeader Band and a GroupFooter Band which have a condition. The report works just fine but I need my report to print each Group on a separate Page. Is there any way to break the report into…
Ali Roshanbin
  • 175
  • 1
  • 15
4
votes
4 answers

my font haven't be shown in print preview stimulsoft

I am using StimulSoft software for showing reports in my asp.net mvc project. In my report all of things is OK, but In print preview my font haven't be applied. I attached my font in report.cshtml file by using font-face. How can I solve this…
Majid Basirati
  • 2,665
  • 3
  • 24
  • 46
3
votes
2 answers

Error: Timeout response from the server in Stimulsoft ASP MVC 5

I have built an MRT file (Hesab.mrt) and I use a parameter in a query that controls the numerous number of results to be returned. Now everything works great ,untill I enter a big number of results to be returned. Then I get a "Error: Timeout…
MrJahanbin
  • 243
  • 1
  • 2
  • 20
3
votes
0 answers

stimulsoft report mvc kill session

I use stimulssoft report mvc for generating a report in an asp.net website. The report generates fine in "local" but when the site is uploaded to a server and a report is generated the user's session has been destroyed and the user is redirected to…
3
votes
0 answers

Stimulsoft report not working in MVC project

I've created a report using Stimulsoft in an MVC Project but after working about 24 hours I have to delete Temporary Asp.net Files from server to work again. I've also set Enable 32-bit applications to true in iis application pool. This is the error…
M.Saneei
  • 103
  • 7
3
votes
2 answers

I am getting error while working with relation in stimulsoft report

Error is : Additional information: Parent Data Source 'EmpDetails' and Child Data Source 'SalaryDetails' is not located in one DataSet and can't be used in relation 'EmpSal'! You can use property CacheAllData of report to cache this Data Source to…
Mahesh Chikhale
  • 73
  • 1
  • 10
3
votes
1 answer

How can I change StiWebViewer language and culture?

I have a StiWebReport from StimulSoft components. I'd like to change the language to Persian (Farsi). The things with a line around them in the photo below, I'd like them to be in Persian. How do I do it? Or is there any feature which may be…
Chakavak Behzad
  • 807
  • 1
  • 9
  • 13
3
votes
2 answers

showing database image into stimulreport

I made a report by help of Stimulreport and want to show my image that came from database in my report. the image is in byte[] format. How can I do it? Thanks.
Amin Jalali
  • 320
  • 1
  • 5
  • 15
1
2 3
23 24