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

Parameter not populated in Report Rendering in Browser only from VS Design-Preview

1 Answer 154 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Angel Brown
Top achievements
Rank 1
Angel Brown asked on 30 Aug 2010, 07:29 PM
Using Telerik Reporting we've added a parameter which from Visual Studio, the parameter drop down list is populated when using the preview and HTML preview options, however, when viewing the telerik viewer from within a content page via a browser on the localhost a javascript error is being thrown which results in the parameter drop down list not being populated.

IE
the error (using IE Debugger) is thrown on line 171 
  var editor = eval(this.editors[i]);

Chrome
Uncaught SyntaxError: Unexpected identifier
Telerik.ReportViewer.axd?instanceID=f2db9c5d5e964019af4aa5add4b49b89&culture=en-US&uiculture=en-US&optype=Parameters:24

Firefox
Error: missing ; before statement
Source File: http://localhost:13764/AttendanceApplication/Telerik.ReportViewer.axd?instanceID=6f0850262fc74e58a2eb18afabef1f65&culture=en-US&uiculture=en-US&optype=Parameters
Line: 54, Column: 13
Source Code:
         var parameterEditorChoose Employee_valueEditorChoose Employee = new MultiCheckBoxValueEditor('parameterEditorChoose Employee_valueEditorChoose Employee_textBoxChoose Employee', 'parameterEditorChoose Employee_valueEditorChoose Employee_ta1', true

Error: missing ; before statement
Source File: http://localhost:13764/AttendanceApplication/Telerik.ReportViewer.axd?instanceID=6f0850262fc74e58a2eb18afabef1f65&culture=en-US&uiculture=en-US&optype=Parameters
Line: 58, Column: 11
Source Code:
       var parameterEditorChoose Employee = new ParameterEditor('parameterEditorChoose Employee_valueEditorChoose Employee', 'parameterEditorChoose Employee_nullSelectorChoose Employee', 'parameterEditorChoose Employee_InvalidValueImage');  

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 02 Sep 2010, 01:18 PM
Hello Angel,

We were not able to reproduce the problem on our end and have attached our test application. We would appreciate if you modify our project or attach your own sample that exhibits the problem.

Kind regards,
Steve
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Angel Brown
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or