Hello Simon,
You are still changing code manually inside the
InitializeComponent method in
*.Designer.cs. You should not be doing that, as this will break the report designer.
The
*.Designer.cs file should not be modified manually:
If you modify this file in any way, the report designer will break, exactly as shown in your screenshot.
Instead of doing that, please move the custom code to the report's
constructor.
Regards,
Nasko
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items