Telerik Forums
Reporting Forum
4 answers
491 views
Hi,

I am using the system font for controls while designing the reports.  

But those fonts are not shown up in the generated report pdf in even though the font installed in the system.

Stef
Telerik team
 answered on 07 Jan 2015
2 answers
789 views
  1. Hi,
    Currently my Client is converting pdf document which is generated to AFP document before printing them.But they are facing issues while converting PDF to AFP and then to print. They are getting blank screen while conversion.

    In our investigation we found that in his system encoding format is ANSI , but ours is Identity-H.

    So we want to change the encoding to ANSI while generating pdf document.

    Below is the sample code we are using
     
     1) aspx.cs file
          Telerik.Reporting.ReportBook rptListBook = new Telerik.Reporting.ReportBook();
          rptListBook.Reports.Add('Adding some report item here');
          ReportViewer1.Report = rptListBook;

    2) aspx file
       <telerik:ReportViewer ID="ReportViewer1" runat="server" Height="1px" Width="1px" ToolbarVisible="False" />

Please do the needful.

Stef
Telerik team
 answered on 07 Jan 2015
2 answers
259 views
I'm working on some crosstab reports that span multiple pages horizontally. The requirement is for each page header to indicate which columns are on that page e.g on page on it should say "Scenarios 1.1 to 1.6", on page 2 "Scenarios 1.7 to 2.5" etc.   The values (1.1., 1.2, 1.3 etc) would be from one of the column groups.

I can't work out how to do this or even if it is possible.  The attached png shows a mockup showing what I've been asked to achieve.
J
Top achievements
Rank 1
 answered on 07 Jan 2015
2 answers
125 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
199 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
263 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
129 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
357 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
61 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
238 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
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?