Telerik Forums
Reporting Forum
5 answers
182 views
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

Mustafa
Top achievements
Rank 1
 answered on 18 Nov 2013
2 answers
303 views
Hi all

$reportViewer = $("#reportViewer1")
    .telerik_ReportViewer({
        serviceUrl: "/api/reports/",
        templateUrl: '/ReportViewer/templates/telerikReportViewerTemplate.html',
        reportSource: { report: "MyClassLib.Group, MyClassLib" },
        viewMode: telerikReportViewer.ViewMode.Interactive,
        scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
        scale: 1.0,
        PersistSession: false
    });
I take this code part from a sample project and modify only reportSource. It was working but i didn't know how it was working
Then i've tried to add reporting parameter, then problems started to show itself. Parameters not shown in parameter area in browser view although shown in design view. That's why i want to learn how it's working.
I've searched documents in internet but couldn't found.

I wonder especially, how  serviceUrl is work and where is /api/reports/
i would appreciate, if you tell what other parameters is for and how they are working or give link of a document.

Mustafa
Top achievements
Rank 1
 answered on 18 Nov 2013
1 answer
183 views
Hi 
Is it possible to use the Html5 reportviewer with MVC5 and WebApi2?
If not, when will this support be added?

Thank you
Heinrich
Youi
Top achievements
Rank 1
 answered on 18 Nov 2013
1 answer
126 views
Since moving to W3 2013, we've noticed some display issues with the ReportViewer, specifically in the header. Images aren't aligned, target areas (for clicking) vary in size, etc. We've tried changing the skin, but the issues persist. The attached screen shot will show what I am talkign about.

Has anyone else seen this? Any solutions?
KS
Top achievements
Rank 1
 answered on 15 Nov 2013
4 answers
237 views
Hello Guys, 

In my DB I have a column with bool value, when I get a report my report viewer show this column as "TRUE" or "FALSE", I want change this report viewer to show "YES" and "NO". How can I do this?

I posted in attach a image showing this.

Thanks!
Squall
Top achievements
Rank 1
 answered on 15 Nov 2013
1 answer
570 views
Hello,

Let's say I have a table with two columns defined as following:

ITEMS ON HAND
=Sum(Fields.transaction_units)

STOCK VALUE
=Fields.item_unit_cost * Sum(Fields.transaction_units)

What I want is to sum stock value in the table footer. I tried

=Sum(Fields.item_unit_cost * Sum(Fields.transaction_units))

but nested aggregates are not allowed. This is a quite common scenario, so I suppose that there is a simple way to achieve it?

Thanks
Stef
Telerik team
 answered on 15 Nov 2013
1 answer
111 views
I have done a custom format function in code behind


        public static string FormatYesNo(Int16 skill)
        {
            if (skill ==0)
                return "No";
            else
                return "Yes";
        }

But when i render the report i get this error shown in screen shot
Squall
Top achievements
Rank 1
 answered on 15 Nov 2013
1 answer
94 views
Hi,

Today I have upgraded my Telerik reporting service with Q3 2013 7.2.13.1016 and upgraded all the reports using telerik Upgrade report wizard too. I was able to pass report parameters in previous version. But in this version, Report parameters are going to pass from Silverlight application to my Report.But on ItemDataBinding event, I am getting Report parameter without any value.Please guide me for the same. Why suddenly working thing get stop working due to new update?
Peter
Telerik team
 answered on 15 Nov 2013
11 answers
1.4K+ views
Hello

I have a pictureBox in my telerik Report.

If i use a real directory "multimedia" the path work , it's ok.

cPath = "~/multimedia//logo.jpg";

But if the directory Multimedia is virtual (cause i shared it for other project)
the report don't find this picture.

i have to use the complete path with domain to get this. "http://localhost/myproject/multimedia/logo.jpg"

And in asp.net Webform , it's work , but in telerik report it doesn"t work.

Have you any solution to give me.

thanks
Oliver
Olivier
Top achievements
Rank 2
 answered on 15 Nov 2013
2 answers
271 views
Hi,

I have a simple report, with a table and database query return a large number of records (5000).
If I run report in Report designer its work ok, but if run it in the Silverlight component after 10 minutes continuing "load page".

This report, with 5000 rows only have one page, only when I export it to PDF generate several pages. It is possible create the pages when I run the report.

Thanks in advance.
Best Regards,
Marcelo Videira
Marcelo
Top achievements
Rank 1
 answered on 15 Nov 2013
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?