datetimepicker value different from variable

Stimulsoft Reports.NET discussion
Post Reply
User avatar
texanobta
Posts: 2
Joined: Fri Apr 05, 2013 8:24 pm

datetimepicker value different from variable

Post by texanobta »

Hello,
Hope can you help me.
The value displayed on the datetimepicker is different from the variable value.
I want a specific time, so my variable is initialized by the following expression:

Code: Select all

new DateTime(DateTime.Now.Year,DateTime.Now.Month,DateTime.Now.Day, 23, 59, 59)
But the datetimepicker value for that variable is always the current DateTime.
Am I doing something wrong? Is there any way to 'fix' it?

Thanks!
Attachments
DateTimeTest.mrt
Simple example report with one datetime variable
(3.95 KiB) Downloaded 122 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: datetimepicker value different from variable

Post by HighAley »

Hello.

We couldn't reproduce your issue.
What version do you use?
Could you send us step-by-step instruction how to reproduce it?

Thank you.
User avatar
texanobta
Posts: 2
Joined: Fri Apr 05, 2013 8:24 pm

Re: datetimepicker value different from variable

Post by texanobta »

Good morning,

The attached video has step-by-step instruction.

Thank you.
Attachments
DateTime-Issue.zip
step-by-step
(4.58 MiB) Downloaded 291 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: datetimepicker value different from variable

Post by Alex K. »

Hello,

Please check the last prerelease build.

Thank you.
Post Reply