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

Get ReportSource string from mrt file

is it possible to get reportsource string for stiReport from mrt file in stimulsoft? Or is it possible to load a report from reportSource string?
M.Saneei
  • 103
  • 7
2
votes
1 answer

how add dll file to stimulsoft ultimate or stimulsoft .net when they don't have Referenced Assemblies option

I have stimulsoft reports ultimate 2014.3 and stimulsoft reports .net 2015.1 . there isn't Referenced Assemblies option in section Report : Report in none of them and I can't add any .dll file to my report :( now how find or return Referenced…
saeid ezzati
  • 855
  • 11
  • 29
2
votes
1 answer

pass byte[] to stimulsoft using variable to display on image

I want to pass my logo byte array that fetched from sql database(varbinary) to my stimulsoft report using variable and show in Image component on header. Can anyone help with that?
Kūrosh
  • 442
  • 1
  • 5
  • 22
2
votes
1 answer

Stimulsoft create Connection/Datasource not showing in report designer

I want to create new report in Stimulsoft windows report designer but when i want to create new sql connection and new Datasource i cant see new connection or new datasource (Image Below)
2
votes
1 answer

'System.ArgumentNullException' while using Stimulsoft

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.…
Akbari
  • 2,369
  • 7
  • 45
  • 85
2
votes
1 answer

how to increase column size in Stimulsoft report viewer automatically

i have a stimulsoft report that shows in bellow. when my text become too long, second column will increase but other column don't. how it possible to increase all column in row 2 ?
mosyflasher
  • 489
  • 1
  • 6
  • 16
2
votes
1 answer

How to change the page height dynamically from the code in Stimul Report prints?

I am using Stimul Report components in my Windows Form (C#.net), to print invoice in my program. As a result the printed papers would have vary height due to different count of goods. I am using 80mm papers, not standard A4/Letter size. The goods…
Sharif Yazdian
  • 4,332
  • 3
  • 20
  • 22
2
votes
2 answers

System.ArgumentNullException: Value cannot be null. Paramete

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…
user4816237
2
votes
1 answer

How to get sum of field values in stimulsoft report

I used the following code to get the sum of the field values : {cSum(DataDataSource1,DataSource1.Hour)} It works correctly for the all of the pages except the last one. If my last page has one record it shows 0 for the sum of the record and it's…
2
votes
1 answer

How to show Stimulsoft Report in C# windows form project?

Im using Stimulsoft for reporting in my c# windows project. Its my code in C# win form project: StiReport report = new StiReport(); report.Load(@"D:\MyReport.mrt"); report.Show(); the result is like this: I want to know how can I show this report…
Elahe
  • 1,379
  • 2
  • 18
  • 34
2
votes
1 answer

How can i use data object in stimul soft report?

I have two class in wpf project and can you see the following : public class Employee { public int Id { get; set; } public String Name { get; set; } public String LName { get; set; } public Company Companys { get; set; } } public…
javad
  • 21
  • 1
  • 3
2
votes
0 answers

Master Detail Report With EF In Stimulsoft Report

In my recently project I try using EF (DataBase First) as an ORM database mapper. And also I use stimulsoft report for showing data. I wanna show data in stimul report using Business Objects and load filtered data from EF Context in it! I have…
Jupiter
  • 177
  • 10
2
votes
1 answer

Show Stimulsoft Reports in ASP.NET web page

I want to show reports generated using stimulsoft in a ASP.NET webpage. I have loaded the report and registered the datasource related to the report using the following code. But I am having issues with displaying it in a web page. What should I do…
Kasun Jayasinghe
  • 355
  • 1
  • 8
  • 21
2
votes
2 answers

Multiple Business Objects in Stimulsoft

We all are familiar with programming in 3 layers I'm trying to Programming 3 layers with DTO as simple concept and create test report with Stimul But there was trouble on the way to I wrote the following two simple…
2
votes
2 answers

Stimulsoft Report Section Control in C#

i use Stimulsoft Report to Make Reports in My Program (C# Program). I want to Change (or Control) Visibility One Section (e.g. Footer Band) in Report From C# Code. How Do this?
mehdi
  • 59
  • 4
  • 10
1 2
3
23 24