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
0
votes
1 answer

Stimulsoft reports dataset sources

:-) We’ve been doing some further research on the Stimulsoft mobile designer with ASP.NET MVC using Razor view engine, consuming business objects or custom DataSets. The issue is: we cannot find any reference (documentation or samples) on how the…
hernanemartinez
  • 617
  • 1
  • 5
  • 10
0
votes
1 answer

Stimulsoft code based variables won't show their value

I´m losing my mind here, I've tried every example I've found online and still can't get it to work, this is the way im creating the variable on the code that generates the report, I'm working on a .NET…
user1676874
  • 875
  • 2
  • 24
  • 45
0
votes
0 answers

how do i send null value to function that create in sql and run in stimulsoft?

When I run project, there is an error output: error=>The parameterized query '(@IsFilterDates bit,@IsFilterDocumentNumbers bit,@EnterpriseIds ' expects the parameter '@FilterFromDocumentNumbers', which was not supplied.. My code public virtual…
0
votes
1 answer

cannot find ProccessingDuplicate property of stimulsoft Report

In design time of the stimulsoft report tools, I cannot find ProccessingDuplicate property for Text Object. Is there any problem with my PropertyGrid ? Like "Show Advance Properties" or something?
Rzassar
  • 2,117
  • 1
  • 33
  • 55
0
votes
2 answers

format TimeSpan summary in stimulsoft

I'm creating simple table report with column of TimeSpan type. I'm summing its values, which leads into values bigger than 24 hours, into Text componnent. {SumTime(DataBand1,Records.time)} I'm trying to format Text field like HH:mm:ss, but for 25…
Wild_A
  • 346
  • 2
  • 7
0
votes
1 answer

Error in stimulSoft

I am new in using StimulSoft. I designed report in StiWebReport Control completely, but I have problem when I want to add this code in page load. Stimulsoft.Report.StiReport report = new Stimulsoft.Report.StiReport(); It says "The type or namespace…
sarah
  • 19
  • 2
  • 7
0
votes
2 answers

stimulsoft report doesnt update the report

I have a combobox with list of customers, when choose a specific customer and make a query and send it to stimulsoft to create a report, it works correctly, but when I close the report and choose another customer the report still show the previous…
Behzad Fahimi
  • 81
  • 1
  • 6
0
votes
1 answer

Using ModelBinder from action

I'm using a third party reporting engine (stimulsoft) that calls an action on a controller via POST. Inside of the form, many fields are sent for the mechanics of the third party. Inside of the action I need some parameters all my parameters are…
0
votes
1 answer

show stimulsoft report in winform

I am new to Stimulsoft Reports and I am struggling here. I cannot display the data set in the report. I created a simple Report.mrt file but it is empty.this what I have done so far... private void button1_Click(object sender, EventArgs e) …
Arif YILMAZ
  • 5,754
  • 26
  • 104
  • 189
0
votes
1 answer

Sitecore Stimulsoft Reports Add Two Date Range Selectors

I am creating some reports using Sitecore stimulsoft report designer 20009.3.600. Is it possible to add another date range selector in addition to the one already there ?
Kasun Jayasinghe
  • 355
  • 1
  • 8
  • 21
0
votes
2 answers

How to make Report Footer print at bottom of page

I want the Report Footer to print at the bottom of the page rather than at the bottom of the end of the last line item of the report. Also I'm formatting this for a paper that has a pre-printed grid on it and in order to make everything fit in the…
Brandon Moore
  • 8,590
  • 15
  • 65
  • 120
0
votes
2 answers

Change position of panel in stimul report

I have an stimul report in asp.net and I need to change position of a panel dynamically in run time. My question is how can I access the panel object in my code? I need to change the top property of this control
Mehran SH
  • 1
  • 4
0
votes
1 answer

Stimulsoft reports issue in firefox when exporting reports

I am developing a report using stimulsoft report designer 2009.3.600. I gave the report name "Account Registration" and when I save the reports to formats like .docx, .xls and .pdf it takes the report name "Account Registration" and the extension…
Kasun Jayasinghe
  • 355
  • 1
  • 8
  • 21
0
votes
1 answer

what should I do for a heavy report using stimulsoft?

I have a heavy report it takes 2 or 3 minutes for initializing load how I can set my report to load first page and then by clicking every page a progress appear and load another page.
kamiar3001
  • 2,646
  • 4
  • 42
  • 78
0
votes
1 answer

Stimul report automation : business object and navigation properties

Imagine I we have the Person class which have a navigation property named Skills and I want to access Skills of each person in the report. But the code report.RegBusinessObject("Persons", ctx.PersonCollection) just registers value typed properties…
Mohsen
  • 4,000
  • 8
  • 42
  • 73