Search found 9 matches

by eh13
Wed Mar 06, 2024 2:54 am
Forum: Stimulsoft Reports.WEB
Topic: Margin Expression
Replies: 1
Views: 643

Margin Expression

Can we set the margin of a element using an expression?
by eh13
Wed Mar 06, 2024 2:53 am
Forum: Stimulsoft Reports.JS
Topic: Odd and even style for databand rows
Replies: 9
Views: 2534

Re: Odd and even style for databand rows

Since databands have an oddstyle, why can't it reset with new groups so it doesn't require conditions?
by eh13
Thu Mar 09, 2023 4:57 am
Forum: Stimulsoft Reports.WEB
Topic: DateTime variable format
Replies: 7
Views: 3929

Re: DateTime variable format

When I passed the variable as type string insted, the field's Date Format still affected it as a string
by eh13
Tue Mar 15, 2022 12:55 am
Forum: Stimulsoft Reports.WEB
Topic: Header Group collapse not working
Replies: 1
Views: 405

Header Group collapse not working

We have a report with a group header band, data band and group footer band. Regardless of the initial state of collapse, the interaction doesn't work. The report reacts like it's updating but it doesn't actually change. The report has a second databand with cross headers using a different Data Sourc...
by eh13
Thu Dec 09, 2021 2:32 am
Forum: Stimulsoft Reports.WEB
Topic: Currency Format Symbol using Parameter
Replies: 3
Views: 1249

Re: Currency Format Symbol using Parameter

In the Currency Format setup? Or do you mean I have to set an expression everywhere I want to do this?
by eh13
Fri Dec 03, 2021 4:43 am
Forum: Stimulsoft Reports.WEB
Topic: Currency Format Symbol using Parameter
Replies: 3
Views: 1249

Currency Format Symbol using Parameter

Is it possible to set the Currency Format Symbol, using a report parameter. I.e. I have a parameter that I will set for the symbol "$" or "€". Could I use that for the Currency Format to get "$15.00" or "€15.00"? Or would I instead end up with "{CurrencyS...
by eh13
Fri Sep 17, 2021 12:58 am
Forum: Stimulsoft Reports.WEB
Topic: DateTime variable format
Replies: 7
Views: 3929

Re: DateTime variable format

When I do that I get:

error CS0173: Type of conditional expression cannot be determined because there is no implicit conversion between 'System.DateTime' and 'string'
by eh13
Thu Sep 16, 2021 2:20 am
Forum: Stimulsoft Reports.WEB
Topic: DateTime variable format
Replies: 7
Views: 3929

Re: DateTime variable format

I'm not setting this value in the report .mrt file, the example I included in the post is exactly what I'm doing. Stimulsoft.Report.StiReport type for the report object, and "order.CreatedDate" is a DateTime field.

I'm using the Designer v2021.3.1
by eh13
Wed Sep 15, 2021 2:19 am
Forum: Stimulsoft Reports.WEB
Topic: DateTime variable format
Replies: 7
Views: 3929

DateTime variable format

I'm trying to set a User Request DateTime type variable for my report report.Dictionary.Variables["OrderCreatedDat"].Value = order.CreatedDate.ToString(); When I do this i get an argument exception with the message Variable value '14/09/2021 10:32:56 AM' is wrong DateTime value. I've also ...