Long rendering time with ConvertNulls = false

Stimulsoft Reports.NET discussion
Post Reply
MatthiasU
Posts: 68
Joined: Mon Sep 14, 2015 8:33 am

Long rendering time with ConvertNulls = false

Post by MatthiasU »

Hello,

I'm using Stimulsoft.Net version 2015.2.1 and have a huge difference in rendering time between ConvertNulls on or off.

Just add a DataBand to the report and place a field which contains null values to this databand.

Rendering with ConvertNulls = true: 1 second.
Rendering with ConvertNulls = false: 120 seconds :o

Can you check this please?


Thanks & Regards,
Matthias
MatthiasU
Posts: 68
Joined: Mon Sep 14, 2015 8:33 am

Re: Long rendering time with ConvertNulls = false

Post by MatthiasU »

Hello,

new findings: the problem only occurs, if I run the designer control out of VisualStudio in debug mode. The reason: your rendering engine throws null reference exceptions.

Can you fix this issue please?


Thanks & Regards,
Matthias
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Long rendering time with ConvertNulls = false

Post by HighAley »

Hello.

The issue is because there are many exceptions.
They take much time in debug mode.
Sorry, but we can't change behavior of Visual Studio.

Thank you.
MatthiasU
Posts: 68
Joined: Mon Sep 14, 2015 8:33 am

Re: Long rendering time with ConvertNulls = false

Post by MatthiasU »

You can catch your exceptions ;)
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Re: Long rendering time with ConvertNulls = false

Post by Jan »

Hello,

We catch it, but it already take a time (in release too). A good way - fix problems which occurs in report. You need understand in which fields this problems occurs.
Run report from report designer. After then check report checker in report designer. You should see warnings from report engine and where it occurs.

Thank you.
Post Reply