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

Report Designer Error and shut down

1 Answer 29 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Harun
Top achievements
Rank 1
Harun asked on 08 Nov 2013, 08:32 AM
hi

while designing the report an error message appears, and the program shuts down. How to troubleshoot this problem?

program bug screenshots;
http://prntscr.com/22jxwy
http://prntscr.com/22jy0k

my system;
http://prntscr.com/22ol75

Thanks.

1 Answer, 1 is accepted

Sort by
0
Ivan Hristov
Telerik team
answered on 11 Nov 2013, 05:15 PM
Hello Sefa Melih,

Looking at the call stack it seems that the problem is caused by a table group you have defined, but without examining the report definition it is really hard to tell what the issue might be. In case you are unable to open the report at all, we can suggest you to open the trdx file using a text editor and remove the rows that describe the last added group definition or its header/footer. It should look like the one in the following snippet:
<Group Name="groupTest">
  <GroupHeader>
    <GroupHeaderSection Height="3cm" Name="groupHeaderSection" />
  </GroupHeader>
  <GroupFooter>
    <GroupFooterSection Height="3cm" Name="groupFooterSection" />
  </GroupFooter>
  <Groupings>
    <Grouping Expression="=Fields.ProductId" />
  </Groupings>
</Group>

In case you want to elaborate, we would like to ask you to open a support ticket and send us the report definition (stripped of sensitive information) to test it on our side.

Regards,
Ivan Hristov
Telerik

New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.

Tags
Report Designer (standalone)
Asked by
Harun
Top achievements
Rank 1
Answers by
Ivan Hristov
Telerik team
Share this question
or