DateTime column: why dictionary type is not "datetime (nullable)"?

Stimulsoft Reports.NET discussion
vineet
Posts: 69
Joined: Fri Nov 10, 2017 3:12 am

Re: DateTime column: why dictionary type is not "datetime (n

Post by vineet »

Thanks. RegBusinessObject seemed limiting to me as we cannot create relations.

If anyone else is stuck on the nullable issue, I handled it by doing the null checking like this:

StiNullValuesHelper.IsNull(this,"ClassName.PropertyName") ? "Null" : "Not null"

The expression editor sometimes throws that StiNullValuesHelper is not recognised in the context but you can safely ignore that warning.

Cheers
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Re: DateTime column: why dictionary type is not "datetime (n

Post by Edward »

Hi Vineet,
vineet wrote: If anyone else is stuck on the nullable issue, I handled it by doing the null checking like this:
StiNullValuesHelper.IsNull(this,"ClassName.PropertyName") ? "Null" : "Not null"
The expression editor sometimes throws that StiNullValuesHelper is not recognised in the context but you can safely ignore that warning.
Thank you for this very useful information. Do you mind to send the example of this problem recreated or any steps to recreate the problem here or to support[at]stimulsoft.com, so we could fix the issue?

Thank you,
Edward
vineet
Posts: 69
Joined: Fri Nov 10, 2017 3:12 am

Re: DateTime column: why dictionary type is not "datetime (n

Post by vineet »

Hi Edward,

Here's the expression editor when I open up any text label.
Attachments
2017-12-03_104107.png
2017-12-03_104107.png (3.92 KiB) Viewed 1614 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: DateTime column: why dictionary type is not "datetime (n

Post by Alex K. »

Hello,

We have added this task to our to-do list.
We will try to fix it fast as possible.

Thank you.
vineet
Posts: 69
Joined: Fri Nov 10, 2017 3:12 am

Re: DateTime column: why dictionary type is not "datetime (n

Post by vineet »

Appreciated. Thanks.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: DateTime column: why dictionary type is not "datetime (n

Post by Alex K. »

Hello

We are always glad to help you!
Please let us know if you need any additional help.

Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: DateTime column: why dictionary type is not "datetime (n

Post by Alex K. »

Hello,

The issue is fixed. The fix will be available in the next build.

Thank you.
Post Reply