Telerik Forums
Reporting Forum
1 answer
247 views

Hello,

I have a problem with the reportViewer.
A few months ago, I have created a project to create invoices.
Now, I have to change some things, but my project is not working annymore.

I could not fix it, zo I diceded to start all over again.

The problem rises when I place a new report viewer. Then I get an error message.
I get this message in every solution I got.

Can someone help me, or direct me in the right direction?

Nasko
Telerik team
 answered on 30 Apr 2015
3 answers
577 views

Hi,

 I think that in your (really good!) reports don't exists a really important feature.

In any section (Details, Header, Footer, Group Header, Group Header...) will be really good the possibility of section split, in example because we want show one of section in certain context and not in other.

 

You think is possible to add this feature (that exists in example in Crystal Reports) for a future release?

 

Thanks

marc.

Nasko
Telerik team
 answered on 30 Apr 2015
2 answers
172 views

Hello,

We are using Telerik reports with our software and standalone report designer to define end user report template. We have provided a custom ADO.Net data provider so that end users can design reports with remote data source that is provided by a WCF service. However, many end users are unwilling to use standalone designer that requires setup for ADO.Net connections albeit the connection stirng is encrypted.  What we want to know is the is there any plan in a future to release report designer components for Asp.Net Mvc so that the report designer is incorporated into our application and not having to download and setup to design reports?

 

Any information is appreciated.

 Thanks.

Shoji Kaburagi
Top achievements
Rank 1
 answered on 29 Apr 2015
2 answers
238 views

hi

I need sum of field in every page .

what can I do?

Nasko
Telerik team
 answered on 29 Apr 2015
4 answers
188 views

Hi

i have create report with telerik html5 and it works first time only page is loaded and if i change select from drpdownlist nothing happened and report don't get new value that changed and i don't know why that (i have add js code to get drpdownlist "change" but it's not fired)?!

@model Hemdan.Models.Product
 
@{
    ViewBag.Title = "Home Page";
}
 
 
<div>
    @Html.DropDownListFor(model => model.ProductID, (SelectList)ViewBag.ProductID, new { @class = "form-control", style = "width: 150px; font-weight: bold; margin:auto;", id = "ProductID" })
    @Html.ValidationMessageFor(model => model.ProductID, "", new { @class = "text-danger" })
    <br />
    <div id="reportViewer1">
        loading...
    </div>
</div>
 
@section scripts
{
    <script type="text/javascript">
        $(document).ready(function () {
            $("#reportViewer1")
                .telerik_ReportViewer({
                    serviceUrl: "/api/reports/",
                    templateUrl: '/ReportViewer/templates/telerikReportViewerTemplate-9.0.15.225.html',
                    reportSource: {
                        report: "Hemdan.Views.kinds.Report1, Hemdan",
                        parameters: { Item: $('#ProductID option:selected').val() }
                    },
                    viewMode: telerikReportViewer.ViewModes.INTERACTIVE,
                    scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
                    scale: 1.0,
 
                    ready: function () {
                        //this.refreshReport();
                    }
                });
        });
 
        $('#ProductID').change(function () {
            var viewer = $("#reportViewer1").data("telerik_ReportViewer");
            viewer.reportSource({
                report: viewer.reportSource().report,
                parameters: { Item: $(this).val() }
            });
            viewer.refreshReport();
        });
    </script>
}

i do all steps as: http://www.telerik.com/help/reporting/html5-report-viewer-howto-custom-parameters.html

so please how can i make it works - cloud you please fix my code to let how to it or give me small sample ...

Thanks a lot ....

Ahmed
Top achievements
Rank 2
 answered on 29 Apr 2015
2 answers
76 views

SL Q2 2014 Reporting, VS2010, VB.net

 newbie chart question

I've created many table style charts and now I am trying to create a simple pie chart.  I have a class that is used by an ObjectDataSource to provide report data that I copied form another report, it returns a list of objects.  Using the chart report wizard I get to the point where I create the datasource and I select my class but the wizard does not allow me to select it so the only option is to cancel the wizard.  I'm thinking this is because the data class I selected does not return whatever the pie chart is looking for...what type of data do I need my data class to return to be used is a report chart? (assuming that is the problem).

Nasko
Telerik team
 answered on 29 Apr 2015
2 answers
505 views

Hi,

I am using Q2 2014 SP1 of Telerik Reporting.  My report contains a single Graph in the detail section, but my datasource contains alot of items that will be graphed (so I'll get one of my graphs for every item in the data source I'm binding it to).  Each of the graphs that are created, may have wildly different values.

In the cases where the values of a single graph are both very small and very large, I will want to set the Y-Axis Scale to "Logarithmic".  But the challenge is that I'll need to do that at run-time since I can't set that property in the designer (since most of the time it will be a Numeric Scale, not Logarithmic).

It doesn't seem like any of the events (ItemDataBinding, ItemDataBound, or NeedDataSource) can be used to help me do this?

So, can I change the Graph's Y-Axis Scale anywhere in the report's code behind?

Thanks,
Brent

Ivan Hristov
Telerik team
 answered on 29 Apr 2015
2 answers
1.2K+ views
I am trying to print directly to a printer using the code listed here. However I need to pass parameters to my report. Is there a way to do that when trying to print directly?
Jonah
Top achievements
Rank 1
 answered on 28 Apr 2015
4 answers
1.1K+ views

Hi,

When I export a Telerik Reporting table to CSV the column header are rendered left beside each detail field. That is not very useful for me.

Telerik Demo Product Sales per Period exported to CSV:

textBox1,textBox5,textBox6,textBox3,textBoxCategory,textBox9,textBox2,textBoxYear,textBoxFact,textBoxGrandTotalYearLabel,textBoxGrandTotalSubCategoryYear,textBoxGrandTotalCategoryLabel,textBoxGrandTotalCategoryQtr,textBoxGrandTotal
Sales by Product Line per Period,,,(USD IN THOUSANDS),Accessories,,,2001,20.2,GRAND TOTAL,"1,272.1",GRAND TOTAL,"11,331.8","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Accessories,,,2002,92.7,GRAND TOTAL,"1,272.1",GRAND TOTAL,"30,674.8","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Accessories,,,2003,590.3,GRAND TOTAL,"1,272.1",GRAND TOTAL,"42,011.0","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Accessories,,,2004,568.8,GRAND TOTAL,"1,272.1",GRAND TOTAL,"25,828.8","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Bikes,,,2001,"10,661.7",GRAND TOTAL,"94,651.2",GRAND TOTAL,"11,331.8","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Bikes,,,2002,"26,486.4",GRAND TOTAL,"94,651.2",GRAND TOTAL,"30,674.8","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Bikes,,,2003,"34,923.3",GRAND TOTAL,"94,651.2",GRAND TOTAL,"42,011.0","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Bikes,,,2004,"22,579.8",GRAND TOTAL,"94,651.2",GRAND TOTAL,"25,828.8","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Clothing,,,2001,34.4,GRAND TOTAL,"2,120.5",GRAND TOTAL,"11,331.8","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Clothing,,,2002,485.6,GRAND TOTAL,"2,120.5",GRAND TOTAL,"30,674.8","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Clothing,,,2003,"1,012.0",GRAND TOTAL,"2,120.5",GRAND TOTAL,"42,011.0","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Clothing,,,2004,588.6,GRAND TOTAL,"2,120.5",GRAND TOTAL,"25,828.8","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Components,,,2001,615.5,GRAND TOTAL,"11,802.6",GRAND TOTAL,"11,331.8","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Components,,,2002,"3,610.1",GRAND TOTAL,"11,802.6",GRAND TOTAL,"30,674.8","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Components,,,2003,"5,485.5",GRAND TOTAL,"11,802.6",GRAND TOTAL,"42,011.0","109,846.4"
Sales by Product Line per Period,,,(USD IN THOUSANDS),Components,,,2004,"2,091.5",GRAND TOTAL,"11,802.6",GRAND TOTAL,"25,828.8","109,846.4"

 

Telerik demo exported to Excel, then in Excel saved as CSV:

Sales by Product Line per Period;;;;;;
;;;;;;
;;;;;;
(USD IN THOUSANDS);2001;2002;2003;2004;;GRAND TOTAL
Accessories;20.2;92.7;590.3;568.8;;1,272.1
Bikes;10,661.7;26,486.4;34,923.3;22,579.8;;94,651.2
Clothing;34.4;485.6;1,012.0;588.6;;2,120.5
Components;615.5;3,610.1;5,485.5;2,091.5;;11,802.6
GRAND TOTAL;11,331.8;30,674.8;42,011.0;25,828.8;;109,846.4

 

Is there a chance to get a CSV file from Telerik reporting in the way that Excel exports?

Regards,

Rayko

Stef
Telerik team
 answered on 28 Apr 2015
1 answer
163 views

I'm testing your Telerik Reporting for one of my customers.

Telerik Reporting is just wonderful. 
I have some problem with the maps "Shapefile" 
For a reason I do not understand the shape files are not displayed correctly.

 Shapefiles are these you can download from Istat (Italian government institution)

Practically only appears the legend and the map is completely invisible The same shapefile work fine with SQL Server Reporting Services.

These shapefiles are in ED50 format

Is this format compatible with your telerik reporting map control?

Many thx in advance for your time spent here.

I attach zip file of shapefile

 

 

Ivan Hristov
Telerik team
 answered on 28 Apr 2015
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?