Telerik Forums
Reporting Forum
2 answers
116 views
hi, i'm creating this report where the Graph Legend appear more than 1 time. what am'i missing here?

Hinata
Top achievements
Rank 1
 answered on 02 Jan 2015
4 answers
193 views
Hi,

I'd like to know if there is a way to choose the default export type selected. Indeed, i restricted the export to the PDF export only and I want to select it by default.

Thanks in advance

Jonathan
Stef
Telerik team
 answered on 02 Jan 2015
1 answer
253 views
i have created a report using the telerik report wizard, as a table. set the properties for keep together false and page break to after, but when i build and preview the report, it displays all data on one very long page.

how do i force the data to display on more than one page?
Stef
Telerik team
 answered on 01 Jan 2015
1 answer
121 views
Hello Telerik Forums - 

In the detail section of my report I have an image as the first column and four textboxes to the right.  I am using a field in the dataset to control the image.visible via bindings.  In the rows where image.visible = false now all controls in that row are shifted left to occupy the space where the image was.  How do I get the columns to line regardless of whether the image is visible or not? 

Image included shows the Design and Preview views.

Thanks
Happy New Year!!
Stef
Telerik team
 answered on 01 Jan 2015
3 answers
338 views
Hi,

How to show Zoom Percentage Selection in ReportViewer WebForms Q3 2014? There is a property ShowZoomSelect but it is now deprecated. So what is the new equivalent property for this and how to use it?

Thanks & Regards,
Rafa
Rafa
Top achievements
Rank 1
 answered on 31 Dec 2014
1 answer
57 views
Hi!

I'm trying to create a line chart report using the same data model which I use in my Kendo UI line chart. The model looks like this:

public class ChartData
{
public DateTime Date { get; set; }
public int VisitsCount { get; set; }
public int IdeasCount { get; set; }
public int CommentsCount { get; set; }
...
}

The model used by Kendo UI chart has a list of ChartData object. To create a line chart using Kendo UI I have to do something like this:

@(Html.Kendo().Chart(Model)
...
        .Series(series =>
                {
                        series.Line(model => model.VisitsCount);
                        series.Line(model => model.IdeasCount);
                        series.Line(model => model.CommentsCount);
                })
        .CategoryAxis(axis => axis.Categories(model => model.Date))
        .ValueAxis(axis => axis.Numeric())
...

How can I add a line chart in the Telerik Reporting framework to achieve the same effect? I have problems with setting it up and the only tutorial with creating a line chart with Telerik Reporting uses different data source structure (http://www.telerik.com/help/reporting/graphhowtocreatelinechart.html).

I would really appreciate your help.
Best regards,
Natalia
Natalia
Top achievements
Rank 1
 answered on 30 Dec 2014
2 answers
228 views
Hi~
I am using the thermal printer.
However i can not control the height of paper, because it is flxible.

 How can i set up my print and how can i control the  height of paper?

Please let me know?

Thank you
Stef
Telerik team
 answered on 30 Dec 2014
1 answer
278 views
Hye.

i use MVC (Html5) to call the report. how to call the service for binding the report?
mean example
html5 call webapi
http://xxxxxx/api/reports/getCompany

in Webapi >
public class GetCompanyController {
public (what type need to return?) GetCompanyController(what parameter need request?)
   companyService.getCompany();
}

is it possible?

Stef
Telerik team
 answered on 25 Dec 2014
3 answers
173 views
Hi All,

I am trying to create a report book using the designer within Visual Studio because I want my report to display each table of data in a separate worksheet within a workbook in Excel. 

So Table 1 will be on Sheet 1, Table 2 on Sheet 2 etc.

The only way I know to do this is to create a Report Book.

Here are my questions:

1. Is there an easier way to do this, as I do not want to create separate reports for each table.

2. The Report Book control in my toolbox is visible, but disabled. How to enable this control if this is the only way to satisfy the requirement stated above.
Nasko
Telerik team
 answered on 25 Dec 2014
1 answer
67 views
Hi , I was trying to export report to excel file in report viewer. It looks fine , but the problem is when i tried to print it , the report cant be fitted (too large)
Anyone can tell me how to resolve this problem?
Hinata
Top achievements
Rank 1
 answered on 24 Dec 2014
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?