Page 1 of 1

[Resolved] Where can I go for information on Report Compilation errors.

Posted: Mon Oct 05, 2009 1:57 pm
by mvines
I am trying to create a chart on a report.

While I am sure that my inability to do so is related to my unfamiliarity with your tool I would like to be able to use the error messages I receive when previewing the report to resolve my mistakes.

So when I preview a report with a chart that I am trying to bind to my data, and I receive the following compilation errors:

Code: Select all

FILE                              LINE/COLUMN    ERROR NUMBER       ERROR TEXT
\Temp\vu6d_dnn.0.cs      101, 49          CS1026         ) expected 
\Temp\vu6d_dnn.0.cs      101, 51          CS1002         ; expected 
\Temp\vu6d_dnn.0.cs      101, 51          CS1525         Invalid expression term ')' 
\Temp\vu6d_dnn.0.cs      101, 53          CS1525         Invalid expression term ')' 
Where can I go to find out what I am doing wrong.

[Resolved] Where can I go for information on Report Compilation errors.

Posted: Mon Oct 05, 2009 5:18 pm
by Edward
Hi

Just double-click the error message and you will be redirected into the code tab and you will see there a line which caused the exception.

Thank you.

[Resolved] Where can I go for information on Report Compilation errors.

Posted: Tue Oct 06, 2009 10:29 am
by mvines
Thank you Edward,

I did see this behavior in the Winforms Report designer, but I was not able to achieve this functionality in the Web Designer tool.

[Resolved] Where can I go for information on Report Compilation errors.

Posted: Wed Oct 07, 2009 9:01 am
by Andrew
Hello,

The problem is fixed and the patch will be available in the next prerelease build (12-Oct-2009). A window of report compilation errors will be added.

Thank you.