Telerik Forums
Reporting Forum
1 answer
198 views

Tried to migrate .net frame work version from 4.0 to 4.5.2 and telerik verik version to 16, then I am seeing the below issue for SSRS reports.
Telrik report chart size is not rendering as per the zoom percentage(%) selected. The Chart size is always rendering as 100%, The telerik chart size is fixed to 100%
irrespective of selected zoom percentage. If we select 150% or morethan 150% it is moving to left side in the reportviewer and if I select the zoom percentage is below 100%,
the chart is moving to right side (eg:I selected 10% as zoom, the chart report is rendering as 100% and moving little bit right from the center). The report viewer is inside the table.
I tried below things but nothing woked out.
1. I have changed the width and height styles
2. Removed table and added reportviewer in side the div.
3. tried with AsyncRendering="False/true" SizeToReportContent="True/false" but nothing works.
Stef
Telerik team
 answered on 14 Nov 2016
12 answers
3.0K+ views
How do I change the query timout limit value in Telerik Reporting?

In telerik grid I would set
e.command.commandtimeout = 0

is there a command like that for the reporting module also?
Graham
Top achievements
Rank 2
Iron
Iron
 answered on 14 Nov 2016
4 answers
354 views
Hi,

I am trying to do a Nominal lodger activity report where there is a self referencing hierarchy for the rows and years/months for the columns.  The data is a sum of all transaction values.

I can get the data into a cross tab report but how would I go about making the row groups work with a self referencing hierarchy?  I'd have thought that this was a fairly common requirement but unfortunately I can't find any prior examples of this.

Regards

Jon
Stef
Telerik team
 answered on 14 Nov 2016
3 answers
1.5K+ views
i would like to draw a line and put values above and below line like graph in Telerik report




                     3.4              4.6         2.1                                           3.2
             0---------------------------------------------------------------------------------- 100

                     10              25           45                                             95


pls help  
Katia
Telerik team
 answered on 14 Nov 2016
1 answer
189 views

Hi

I need to show a list of people in alphabetical order,but the actual details displayed, such as text boxes / labels are laid out differently depending on one particular column, UserTypeId e.g.

User 1
User Type 1 details | more details
-----

User 2
User Type 1 details | more details

-----

User 3
User Type 2 different details
User Type 2 more details | even more details
-----
User 4
User Type 1 details | more details

etc..

The layouts for each user type are quite specific so a simple table would not work.

My thinking is to create a sub-report for each user type, but what is the best way to dynamically render this sub-report based on the user type value? Can this be achieved through data-binding, or would it be best to take complete programmatic control of the report?

Regards,

Dan.

Stef
Telerik team
 answered on 11 Nov 2016
3 answers
177 views

Hi,

I have a requirement to generate a report for badges of attendees for a conference.

The requirement calls for an A4 print out of 4 badges in a 2x2 grid, so that each bade is effectively A6 size.

There is an additional requirement to have a single attendee details repeated per row.

Do you have any pointers as to the best way to achieve this?

e.g.

<pre>
---------------------------
| Atendee 1  | Attendee 2 |
| Details    | Details    |
|            |            |
---------------------------
| Atendee 3  | Attendee 4 |
| Details    | Details    |
|            |            |
---------------------------
</pre>
 
and
 
<pre>
---------------------------
| Atendee 1  | Attendee 1 |
| Details    | Details    |
|            |            |
---------------------------
| Atendee 2  | Attendee 2 |
| Details    | Details    |
|            |            |
---------------------------
</pre>

 

 

Stef
Telerik team
 answered on 11 Nov 2016
1 answer
671 views

Hi

 

I am trying to only show a section on the last page of my document using the PageNumber = PageCount expressions. However it only seems to work in the page footer and header.

 

I have seen other people run into this issue before on your other forums. Was wondering if there has been an update or a fix i can implement myself.

 

 

Any help would be much appreciated.

 

Regards,

Sam

Katia
Telerik team
 answered on 11 Nov 2016
14 answers
1.0K+ views
Hello,

I handle user inputs thru combo box and construct SQL based on the combo box selected values and create dataset and assign it to the report.

When I call the reports first time, it shows the values correctly.

When changed the values of combobox, it displays the report for previously seleted value of the combobox. This behavior is quite consistent.

I check few values during the page load event and based on that i call a function to generate SQL and call report using new report().

Is it a caching issue? How can this be solved?

Thanks
Sundar
Stef
Telerik team
 answered on 11 Nov 2016
5 answers
841 views
Hello,
  •  When i generate report in the Report viewer and close that page.
  •  When i reopen the page, it shows me the last created report. I want to refresh the
          report viewer on page_load().



Thanks,
Jaspreet.

Stef
Telerik team
 answered on 10 Nov 2016
7 answers
405 views

Hello,

I have an object data source pointing at a of List<DynamicJsonObject>. The problem is that the report throws an error when I reference a field name because it doesn't think the field exists. So, if I create a textbox and do "=Fields.LocationName", it gets an error when I preview it. However, this code works:

private void detail_ItemDataBound(object sender, EventArgs e)
        {
            var detail = (Telerik.Reporting.Processing.DetailSection)sender;
            Telerik.Reporting.Processing.TextBox txt = (Telerik.Reporting.Processing.TextBox)Telerik.Reporting.Processing.ElementTreeHelper.GetChildByName(detail, "txtLocationName");
            var data = (dynamic)detail.DataObject.RawData;
            txt.Value = data.LocationName;
        }

 

This is presumably working because I can cast the raw data as dynamic. 

I'm not wedded to this way of doing this, but I do need a way to report on json data. Is this possible?

Thanks.

 

Katia
Telerik team
 answered on 10 Nov 2016
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?