Search found 8 matches

by dorsa2
Sun Jul 14, 2019 11:17 am
Forum: Stimulsoft Reports.WEB
Topic: use the value of textbox in another text box
Replies: 2
Views: 2833

use the value of textbox in another text box

I have a Stimulsoft report. In one of the text box of the report I use this: {Round(Div(MultipleMArkUnit.Column1,SumUnit.Column1),2)} to generate the value that I want. now I want to use the value of this Textbox in expression and show the result in another text box. I use the code below in the seco...
by dorsa2
Thu Jul 04, 2019 5:59 am
Forum: Stimulsoft Reports.WEB
Topic: I have a problem in showing the value of SQL SP in stimulsoft report
Replies: 1
Views: 847

I have a problem in showing the value of SQL SP in stimulsoft report

I have a report in Stimulsoft report. I want to get the sum of two columns.
and after that I want to do the multiplication and divide between two columns .how can I do that?!
by dorsa2
Mon Jun 24, 2019 8:09 am
Forum: Stimulsoft Reports.NET
Topic: How can I fix error CS0433 when I use stimulsoft report
Replies: 1
Views: 1063

How can I fix error CS0433 when I use stimulsoft report

I Use StimulSoft Report in my Asp.net project. At first, I use the St Report in my web form 3 month ago. and it doesn't any problem. but now when I want to use StWebViewer in my form I faced to below error: The "StiWebViewer was successfully added to the toolbox but are not enabled in the activ...
by dorsa2
Sat May 18, 2019 5:27 am
Forum: Stimulsoft Reports.WEB
Topic: show more than one page in my report
Replies: 3
Views: 1214

Re: show more than one page in my report

Hello, Could you explain your issue in more details? Thank you. I use StoreProcedure to get my Report data. My output data of SP is more than 100 records. And in reporting, they should be displayed on multiple screens. But only the first page of the data is shown. how can I see all of the SP output?!
by dorsa2
Wed May 15, 2019 9:23 am
Forum: Stimulsoft Reports.WEB
Topic: show more than one page in my report
Replies: 3
Views: 1214

show more than one page in my report

I have a Report on Stimulsoft. the Result of my Report has more than one page but it just shows the first page. how can I Show another page and fix this problem??!!
by dorsa2
Sat Apr 27, 2019 6:04 am
Forum: Stimulsoft Reports.WEB
Topic: The ConnectionString property has not been initialized error when i use stimulsoft report in asp.net
Replies: 3
Views: 2087

Re: The ConnectionString property has not been initialized error when i use stimulsoft report in asp.net

Hello, Your code is wrong, the added database is overloaded after load report. Please try to use: ((StiSqlDatabase)report.Dictionary.Databases[ "ConnectionName"]).ConnectionString = ConnectionString; Thank you. thx dear Lech Kulikowski, I modified the code as you said, but it doesn't know...
by dorsa2
Wed Apr 24, 2019 9:29 am
Forum: Stimulsoft Reports.WEB
Topic: The ConnectionString property has not been initialized error when i use stimulsoft report in asp.net
Replies: 3
Views: 2087

The ConnectionString property has not been initialized error when i use stimulsoft report in asp.net

I have a Stimulsoft report. and now I want to use this report in asp.net.when I call my report in the local mode it works truly in my system and didn't have any problem. but when I publish my web form and change the connection string of my code to server address and run it in my local computer it wo...
by dorsa2
Mon Apr 15, 2019 6:37 am
Forum: Stimulsoft Reports.NET
Topic: show more than one row in my Report
Replies: 1
Views: 870

show more than one row in my Report

I have a Report on Stimulsoft. That get data from sql's Store Procedure, and the stored procedure has a parameter. now when I want to preview my report it just shows one Row of SP.while the result of my procedure has more than one row. and When I put the value of the count data more than one, all of...