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

Stimulsoft Reports.WEB discussion
Post Reply
mvines
Posts: 35
Joined: Wed Aug 05, 2009 2:55 pm

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

Post 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.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

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

Post 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.
mvines
Posts: 35
Joined: Wed Aug 05, 2009 2:55 pm

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

Post 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.
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

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

Post 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.
Post Reply