Issue with Chart and Filter/Sort with MasterComponent

Stimulsoft Reports.NET discussion
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Issue with Chart and Filter/Sort with MasterComponent

Post by HighAley »

Hello.

It's possible to put any component on the Panel. If you need to put a data band on the other data band, you should use the Panel.
The Data band is one of the bands components. The band components take the whole width of its container. So you should use the Panel to limit the width of the data band.

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

Re: Issue with Chart and Filter/Sort with MasterComponent

Post by MatthiasU »

Hello,

:roll: Yes, of course. :cry: As you can see in my previous post, I have used this opportunity to test the behaviour of a databand in relation to the sorting issue and have found, that it works very well. It works very well too, if I put the chart in a panel which is placed on the databand.

What I don't understand is:
Why does the sort does not work, if I put the chart directly in the databand, but does work, if I put the chart in a panel?

And my question was: Can you add a (global?) option, to force the chart data handling to be similar like the situation that the chart is placed in a panel? Or change the behaviour of the engine (fix the sort/filter issue)!


Many thanks & Regads,
Matthias
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Issue with Chart and Filter/Sort with MasterComponent

Post by Alex K. »

Hello,

It is a feature of the engine. At the current moment, it works as is.
In your case, you should use two different data source or use them on the different DataBand components.

Thank you.
Post Reply