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

Edited chart are not compiled

1 Answer 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ciccio
Top achievements
Rank 1
ciccio asked on 09 Aug 2011, 12:20 PM
Hello,
hi have  a pie chart in my repor. I have changed some PlotArea Properties and some chart controlo properties.
All changes  are visible at design time but :

1) if i compile and execute the program  (webForm) i see the starting layout of the pie chart. That is all changes i edited are gone.
2) if i close the solutione and then i re.open it  alle changes are gone too. (i saved before to close)

BTW, in the tool box  i see the list of telerik controls, but it is  repeated several times. Lik e if the controlslist was appended to itsself several times (it seems to be alist for every time i have installed telerik )

My IDE si VS2010 c#

thanks

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 09 Aug 2011, 05:00 PM
Hello Ciccio,

Did you modify the InitializeComponent? If this is the case the report designer do reserialize the report definition and in some cases will remove you code. Generally for any programmatic modifications of the report definition we highly recommend to add the necessarily code in the report's constructor just after the InitializeComponent() is called.

Up to your second question, when you install major versions such as official releases and service packs, the previous version is not uninstalled. Thus the items from the previous release will be visible in toolbox.

Kind regards,
Peter
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
General Discussions
Asked by
ciccio
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or