Telerik Forums
Reporting Forum
4 answers
299 views

I have a bar chart on my report with hours of the day on the Y-axis. See the attached image. Instead of displaying 1-24 I would like it to display , etc

Is there a way to custom format these labels?

Katia
Telerik team
 answered on 27 Jul 2017
1 answer
560 views

I have two reports, first report (finished) shows the detail Section normally, but second doesn't. I've already changed the path. F ooter and header section are fine, but when I insert some textbox or something else on the detail section, nothing happens. I tried to change the background color to check if the problem were the items, but the background stays blank. Can you help me please? The ReportPreview shows all the items normally

Of course I set detail.Visibile = True

 

Please help me!

Yana
Telerik team
 answered on 27 Jul 2017
2 answers
879 views

Hi, 
I was designing a report and had multiple columns inside a table, e.g;

Column-A  || Column-B
String 1      ||       45000

String 2      ||

String 3      ||       2000

 

Now, clearly as you can clearly see, on column-B we are supposed to perform SUM function. And this column contains one empty field. Also, I would like to mention here that table is being populated using "expression" and I am supposed to show sum of this column in separate textbox. 

What I am already doing is; " =SUM(Fields.amount)" but that is not giving me correct answer.

I shall be thankful for any help. 

Regards,
Muhammad Mohsin

Muhammad Mohsin
Top achievements
Rank 1
 answered on 27 Jul 2017
2 answers
446 views

i'm using telerik report Ver 

Telerik Reporting Q1 2016 SP1 (version 10.0.16.204)

all report give me 

Error loading the report viewer's templates. (Template = http://domain/APPLICATIONNAME/api/reports/resources/templates/telerikReportViewerTemplate-html).

and when i check telerik service by 

"http://domain/APPLICATIONNAME/api/reports"

 

This XML file does not appear to have any style information associated with it. The document tree is shown below.

<Error>
<Message>
No HTTP resource was found that matches the request URI 'http://domain/APPLICATIONNAME/api/reports'.
</Message>
<MessageDetail>
No type was found that matches the controller named 'reports'.
</MessageDetail>
</Error>

Katia
Telerik team
 answered on 27 Jul 2017
6 answers
260 views

Hi,

I can create the report rendering to XLSX format but a message box will be displayed before the report:  How to avoid this message box?  Thanks.

Infrastructure
Top achievements
Rank 1
 answered on 26 Jul 2017
1 answer
275 views

Hi. I have a Report with Pie Chart that displays number on purcentage based on data in a list.

When the Report repeats itself and finds no data, the Chart Pie disappears. I need a way to display an empty Chart Pie with 0% when there is no data on the list. 

How can I do it?

Yana
Telerik team
 answered on 26 Jul 2017
1 answer
244 views

Sorry if I open another thread, but I need help about Pie Chart.

I created a Pie Chart, and I have three questions about it:

1. How can I fix the size of the entire Chart?

2. How can I fix the size of every slice based on percent? (how you can see, the slice have all the same size even if different values))

3. Why every label near % repeat a number 0,00%?

 

Here the screenshot, hope you can help me.

Best regards.

Angelo

Katia
Telerik team
 answered on 25 Jul 2017
1 answer
519 views
I want the axis to always start at zero, even if the chart has no zero values. How do I do that?
Katia
Telerik team
 answered on 24 Jul 2017
1 answer
290 views

Hello! I apologize for my poor English first.

I am a beginner on Telerik Report. I have to create a Pie chart that displays a datasource's data. Make my point clear:

I am making a Report build on three lists of objects, one object of every list it's named: Status (it can be: Open, On track, Cancelled etc...).

The chart should displays the average of every "Status" inside the three lists of the Report in percent (for example: Open 100%; Open 50%, Open 75% etc...)

The problem is: I don't know how to bind via code the Chart with the ObjectDataSource, I am using Graph Wizard.

I wrote this code 

 private void graph1_NeedDataSource(object sender, EventArgs e)
        {           
            Telerik.Reporting.Processing.Chart chart = sender as Telerik.Reporting.Processing.Chart;
            chart.DataSource = CbpGlobalInitiativesUsdByCountryFollowUpStructure; //it's the DataSource of the entire Report
        }

The Binding of the graph already has "Property path: DataSource", "Expression: =Field.List1 =Field.List2 =Field.List3"

I saw a tutorial and at this point the chart should already works, instead nothing happens!

Where am I get wrong?

Thank you,

Angelo

 

Katia
Telerik team
 answered on 24 Jul 2017
1 answer
239 views

Hi There,

         I'm trying to displaying Telerik report in MVC 6 , its doesn't throw any error either doesn't display the Report viewer with the report. I have provided the Razor code over here . When I Use fiddler, the webapi is throwing an error Telerik.Reporting.Services.Engine.InvalidReportException, from Telerik.Reporting.Services.Engine.ReportEngine.ResolveReportSource(String report). Please help to resolve the issue. Attached the fillder_log as well.

@{var typeReportSource = new TypeReportSource() { TypeName = typeof(BarcodesReport).AssemblyQualifiedName }; }
@(
    Html.TelerikReporting().ReportViewer()
            .Id("Testreport1")
                .ServiceUrl("http://localhost/api/reports/")
                    .TemplateUrl("http://localhost/ReportViewer/templates/telerikReportViewerTemplate.html")
               .ReportSource(typeReportSource)
                .ViewMode(ViewMode.Interactive)
                .ScaleMode(ScaleMode.Specific)
                .Scale(1.0)
                .PersistSession(false)
                .PrintMode(PrintMode.AutoSelect)
                .Deferred()
                   
)
<select id="theme-switcher"></select>
@section scripts
{
    <!--kendo.all.min.js can be used as well kendo.web.min.js and kendo.mobile.min.js-->
    <script src="@Url.Content("~/ReportViewer/js/telerikReportViewer.kendo-11.1.17.614.min.js")"></script>
    <script src="@Url.Content("~/Scripts/themeSwitcher.js")"></script>
    <script src="@Url.Content("~/ReportViewer/js/telerikReportViewer-11.1.17.614.js")"></script>
    <script type="text/javascript">
        $(document).ready(function () {
            //Theme switcher
            themeSwitcher(
                '#theme-switcher',
                '#common-css',
                '#skin-css');
        });
    </script>
    @(Html.TelerikReporting().DeferredScripts())
}

 

 

Katia
Telerik team
 answered on 24 Jul 2017
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?