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

Parameter Area not bind parameters.(parameters are not shown)

5 Answers 106 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mustafa
Top achievements
Rank 1
Mustafa asked on 07 Nov 2013, 03:42 PM
Hi

Probably, there is a very simple solution but i can't find.
i want to add report parameter for dynamic filtering by end user.
Parameter is seen in preview, but not seen in parameters area in browser. Instead of parameters, "Not Found" written in parameters area.
I m searching about hours but can not find anything

Thanks 
Mustafa

**Here is preview**
http://i.stack.imgur.com/Usagj.png


**Here is browser view**
http://i.stack.imgur.com/mV5Pj.png



**My index view**

   
<div id="reportViewer1" class="k-widget">
            loading...
        </div>
          
          
        <script type="text/javascript">
            $reportViewer = $("#reportViewer1")
                .telerik_ReportViewer({
                    serviceUrl: "/api/reports/",
                    templateUrl: '/ReportViewer/templates/telerikReportViewerTemplate.html div.trv-report-viewer',
                    reportSource: { report: "MyClassLib.Group, MyClassLib" },
                    viewMode: telerikReportViewer.ViewMode.Interactive,
                    scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
                    scale: 1.0
                });
     
        </script>


**Parameter settings**

http://i.stack.imgur.com/MPwXB.png

5 Answers, 1 is accepted

Sort by
0
Mustafa
Top achievements
Rank 1
answered on 11 Nov 2013, 09:26 AM
I can give all code details which you want
İs there nobody have an idea?
0
Stef
Telerik team
answered on 12 Nov 2013, 11:37 AM
Hi Mustafa,

The issue is not reproducible at our side. We have tested with our HTML5 local demo and the Dashboard report (C:\Program Files (x86)\Telerik\Reporting Q3 2013\Examples\CSharp)
<script type="text/javascript">
        $(document).ready(function () {
            $("#reportViewer1")
                .telerik_ReportViewer({
                    serviceUrl: "api/reports/",
                    templateUrl: 'ReportViewer/templates/telerikReportViewerTemplate.html',
                    reportSource: { report: "Telerik.Reporting.Examples.CSharp.Dashboard, CSharp.ReportLibrary" },
            viewMode: telerikReportViewer.ViewModes.INTERACTIVE,
        scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
        scale: 1.0,
        ready: function () {
        },
        });
        });
    </script>

Double-check if the used data source retrieves data as expected and all connection strings are correct and allow connection to the specified database. Test previewing the report at design time. Also examine with Fiddler the requests during loading the view and provide us with the log files.

Feel free to open a support ticket and send us your details in it.

Regards,
Stef
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.

0
Mustafa
Top achievements
Rank 1
answered on 13 Nov 2013, 07:33 AM
Hi Stef
Thanx for reply.
All data connections work correctly. Parameters are shown in design phase in preview. Problem starts in run time The best thing i must, is submitting a support ticket.
By the way i've noticed i'veupload same image for both preview and browser preview.

Correct image for design preview
http://i.stack.imgur.com/Usagj.png

Thanx 
Mustafa


0
Accepted
Stef
Telerik team
answered on 15 Nov 2013, 04:42 PM
Hello Mustafa,

We have updated your support ticket with our findings. The following is a quote from the answer for anyone concerned:
"In order to isolate the issue we have removed all unused scripts, styles, reports and views from the solution. Note that the new HTML5 Report Viewer is built against Kendo UI Q2 2013 SP1 version 2013.2.918, and in your project you use Kendo UI Q2 20132013.2.716, so please consider upgrading the application. Beside this, we reconfigured all reports to use a single connection string to AdventureWorks database and the Group report is displayed as expected on design Preview and in browser - Result.png.

Please compare the modified project to your original and test upgrading both Kendo UI to Q2 2013 SP1 and Telerik Reporting Q3 2013 to the latest internal build 7.2.13.1105."


If you need further help, please update your support ticket with the new information.

Regards,
Stef
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.

0
Mustafa
Top achievements
Rank 1
answered on 18 Nov 2013, 07:50 AM
Hi Stef

Thanks for helping, upgrading applications fixed the problem. Now project works correctly. 
Tags
General Discussions
Asked by
Mustafa
Top achievements
Rank 1
Answers by
Mustafa
Top achievements
Rank 1
Stef
Telerik team
Share this question
or