Search found 8 matches

by otcm
Fri Mar 10, 2023 6:47 am
Forum: Stimulsoft Ultimate
Topic: String List values display in designer
Replies: 9
Views: 11122

Re: String List values display in designer

Thanks for the response
by otcm
Thu Mar 09, 2023 10:15 am
Forum: Stimulsoft Ultimate
Topic: System.Exception: Compilation error: Cannot implicitly convert type 'int' to 'System.DateTime'
Replies: 10
Views: 14216

Re: System.Exception: Compilation error: Cannot implicitly convert type 'int' to 'System.DateTime'

Hi Lech, Thanks for the reply, actually I'm using a code to call the report:     objDS.DataSetName = "otcm-DataSource";                         string rowCount = "0";                         if ((objDS.Tables.Count > 0))                         {                             rowCo...
by otcm
Thu Mar 09, 2023 1:19 am
Forum: Stimulsoft Ultimate
Topic: String List values display in designer
Replies: 9
Views: 11122

Re: String List values display in designer

Lech Kulikowski wrote: Wed Mar 08, 2023 10:10 pm Hello,

Unfortunately, the ToQueryString() method is show only Keys.

Thank you.
Is there any other method to show the values? We want the values.
by otcm
Wed Mar 08, 2023 11:32 am
Forum: Stimulsoft Ultimate
Topic: System.Exception: Compilation error: Cannot implicitly convert type 'int' to 'System.DateTime'
Replies: 10
Views: 14216

System.Exception: Compilation error: Cannot implicitly convert type 'int' to 'System.DateTime'

Hello team, I was trying to generate a report however I got an error " System.Exception: Compilation error: Cannot implicitly convert type 'int' to 'System.DateTime'" when trying to process a date value, below is the log from the application, could you please suggest what could be wrong? 2...
by otcm
Wed Mar 08, 2023 1:14 am
Forum: Stimulsoft Ultimate
Topic: String List values display in designer
Replies: 9
Views: 11122

Re: String List values display in designer

Lech Kulikowski wrote: Tue Mar 07, 2023 8:37 am Hello,

In that case, you should set the Key value the same as the Name in your variable.

Thank you.
Thanks for the reply, usually the key is a code in DB, and the value is user friendly name, in case of the key is different then the value, there's no way to display the value?

Thanks,
J
by otcm
Sun Mar 05, 2023 11:56 pm
Forum: Stimulsoft Ultimate
Topic: String List values display in designer
Replies: 9
Views: 11122

Re: String List values display in designer

Hi Support, I'm facing the same issue - the list.ToQueryString() only returns the key of the List, not the value. How to display the List value in report field? I have attached the sample report. I have defined a "List" parameter, and I want to display the List value(not the key) in the re...
by otcm
Thu Mar 05, 2020 7:37 am
Forum: Stimulsoft Reports.WEB
Topic: Print - ServerError:The report is not specified.
Replies: 8
Views: 4321

Re: Print - ServerError:The report is not specified.

I attached a sample report, on my client's environment, the issue happens to every report, by executing the report and wait around 10 minutes then navigate to the last page.
However within my environment, I never reproduce the issue.
by otcm
Tue Feb 11, 2020 6:57 am
Forum: Stimulsoft Reports.WEB
Topic: Print - ServerError:The report is not specified.
Replies: 8
Views: 4321

Re: Print - ServerError:The report is not specified.

Hi Stimulsoft team, I got the same error: "The report is not specified"' My report engine version is V2018.1.5.0. I was given a workaround to add "AllowAutoUpdateCache="False" into the ViewRepV1Html5.aspx file <ccl:StiWebViewer... the workaround was given to resolve the issu...