hierarchyid type not handled ?

Stimulsoft Reports.WPF discussion
MoulinJ
Posts: 7
Joined: Mon Aug 06, 2012 2:06 am

hierarchyid type not handled ?

Post by MoulinJ »

Hello,

whenever I am trying loading data with a hierarchyid type it generates some problems: the right sidebar (Properties, Dictionary, Report Tree) becomes blank

I would like to know whether there is a fix that handles the new(2008) SQL types such as hierarchyid ?

Regards,

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

Re: hierarchyid type not handled ?

Post by Alex K. »

Hello,

Unfortunately, this type is not supported in our product.

Thank you.
MoulinJ
Posts: 7
Joined: Mon Aug 06, 2012 2:06 am

Re: hierarchyid type not handled ?

Post by MoulinJ »

Hello,

Even though the type is not supported is it normal that it crashes the application?

When I load my data I should at least see the ones that are not of the type HierarchyId.

I join the screen shot.

Do you plan to support the HierarchyId type in a near future ?

Regrads,

Julien
Attachments
StimulsoftBug.PNG
StimulsoftBug.PNG (181.67 KiB) Viewed 3525 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: hierarchyid type not handled ?

Post by Alex K. »

Hello,

We couldn't reproduce this bug.
Please check the last prerelease build. If the issue is still present, please send us a sample report with test data for analysis.

Unfortunately, we do not have plans to develop this type, because this type requires more complex processing for using it.

Thank you.
MoulinJ
Posts: 7
Joined: Mon Aug 06, 2012 2:06 am

Re: hierarchyid type not handled ?

Post by MoulinJ »

Hello,

Here is the sample that reproduce the bug.

I join the script to generate 2 tables and 2 stored procedures.

One table doesn't have hierarchyId, no bug
One table has a HierarchyId => bug

Regards,

Julien
Attachments
SampleStimulsoftBug.7z
(24.81 KiB) Downloaded 306 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: hierarchyid type not handled ?

Post by Alex K. »

Hello,

Please check the last prerelease build.
Also for rendering without errors you need to set the Type property for field HierarchyId to Object.

Thank you.
Attachments
Untitled.png
Untitled.png (75.89 KiB) Viewed 3505 times
MoulinJ
Posts: 7
Joined: Mon Aug 06, 2012 2:06 am

Re: hierarchyid type not handled ?

Post by MoulinJ »

Hello,

I downloaded the last prelease Ultimate and I got this error:
Assembly 'Stimulsoft.Report, Version=2012.2.1317.0, ... ' uses 'Stimulsoft.Base, Version=2012.2.1317.0,...' which has a higher version than referenced assembly 'Stimulsoft.Base, Version=2012.2.1316.0, ...'



And I don't want to set the Type property manually.
It should be done automatically: Source.SynchronizeColumns();
(code behind in the sample)

Regards,

Julien
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: hierarchyid type not handled ?

Post by HighAley »

Hello.
MoulinJ wrote:I downloaded the last prelease Ultimate and I got this error:
Assembly 'Stimulsoft.Report, Version=2012.2.1317.0, ... ' uses 'Stimulsoft.Base, Version=2012.2.1317.0,...' which has a higher version than referenced assembly 'Stimulsoft.Base, Version=2012.2.1316.0, ...'
There was a technical problem. Please, download latest prerelease build again.
MoulinJ wrote:And I don't want to set the Type property manually.
It should be done automatically: Source.SynchronizeColumns();
(code behind in the sample)
I made some changes and they will be available in our next prerelease build this week.

Thank you.
MoulinJ
Posts: 7
Joined: Mon Aug 06, 2012 2:06 am

Re: hierarchyid type not handled ?

Post by MoulinJ »

Thank you a lot.

Waiting for the release ~

Regards,

Julien
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: hierarchyid type not handled ?

Post by HighAley »

Hello, Julien.
MoulinJ wrote:Thank you a lot.

Waiting for the release ~
Please, don't muss up release with prerelease builds.

Thank you.
Post Reply