This is a migrated thread and some comments may be shown as answers.

Binding and ChartMarkedZone

1 Answer 35 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Savva
Top achievements
Rank 1
Savva asked on 11 Jan 2013, 11:20 AM
Hello.
How to use marked zones with report created in standalone designer?
I want to highlight vertical zones depending on the data returned from database.
For example, my ObjectDataSource calls GetData() that return values 10,9,8,3,2,1 and I want to add marked zone between 8 and 3. How can I do this?

1 Answer, 1 is accepted

Sort by
0
Elian
Telerik team
answered on 14 Jan 2013, 04:11 PM
Hi Savva,

The marked zones are static (they do not support binding) which means that the only way to perform some custom logic over them is to do so in code. Unfortunately, this sort of customization cannot be done in the Report Designer. You can create an assembly containing user functions (which will modify the charts) and use this assembly in the designer (for more info see Extending Report Designer). 

regards,
Elian
the Telerik team

HAPPY WITH REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!

Tags
Report Designer (standalone)
Asked by
Savva
Top achievements
Rank 1
Answers by
Elian
Telerik team
Share this question
or