Telerik Forums
Reporting Forum
2 answers
272 views
Hi,

We are using Report Viewer on a ASP.NET web form to show a report designed using Telerik Report Designer Q1 2014. We have to load more than 10000 records inside a report. We are using paging so that a page has around 100 records. As performance point of view is it possible to load the data using data paging, like your data pager control, where only the data that are required for a page is loaded at a time instead of loading all the data at once. Also need to consider if user want to export or print the report, in that case report should bring all the data.

Regards,
Majid
Majid
Top achievements
Rank 1
 answered on 05 Apr 2014
1 answer
135 views
Good day all,

I am using telerik Q3, 2013 I have a bit of challenge achieving this scenario.
I have an Order page where i take orders from customers for goods they want to purchase which are saved in the database.
After taking the orders and hitting a complete sales button i want the page to redirect to an invoice page which should be a telerik report and display the items and the prices using the InvoiceNO as a querystring.
I have being able to design the report using the report designer but implementing the querystring on the page load so as not to now select is being the problem.
Can anyone help me with and idea or solution.
Thanks soo much
Hinata
Top achievements
Rank 1
 answered on 03 Apr 2014
1 answer
66 views
We are using Reporting 2013 Q3 in a WPF Application together  with RadControls 2013 Q3 1316 and so far everything runs fine.

Now we are trying to update to Reporting 2014 Q1 (via Wizard or manual). When a new ReportViewer is being instantiated with 

Telerik.ReportViewer.Wpf.ReportViewer reportViewer = new Telerik.ReportViewer.Wpf.ReportViewer();

we get a assembly not found exception:

Die Datei oder Assembly "Telerik.Windows.Controls, Version=2013.3.1202.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7" oder eine Abhängigkeit davon wurde nicht gefunden. Die gefundene Manifestdefinition der Assembly stimmt nicht mit dem Assemblyverweis überein. (Ausnahme von HRESULT: 0x80131040)

Obviously Reporting 2014 Q1 references somewhere Telerik.Windows.Controls, Version=2013.3.1202.40, but we cannot find where to change it...
Peter
Telerik team
 answered on 03 Apr 2014
1 answer
60 views
Hi telerik,

I just upgraded my WPF/Silverligt projects from Q3 2013 to  Q1 2014
and WPF upgrade works successfully as described in document.

However, silverlight upgrade is not working.
Though I copied new xaml files from Q1 silverlight folder and added resource dictionary,
SL viewer still shows blank diffrently with WPF.
It's compiled anyway and when I open preview, error says 'telerik:PickerToggleButton' can't create system.type.
I guess silverlight assembly does not match with your new xaml resource,but I re-confirmed
that every telerik dlls are upgraded to Q1 2014.

My SL project had to do some bug fix ASAP and I seriously regret why I upgrade reporting with new version.
Pls let me know how to fix this upgrade. Your quick reply would be appreciated.

RGDS
Kang

Stef
Telerik team
 answered on 03 Apr 2014
1 answer
113 views

I have a table in telerik reporting.  I then proceeded to add a row group.  This adds a "column" on the left of the table for the group.

If I set this "column" to have a width of 0 (e.g. 0cm), and then I try to create an output for the report to pdf using code below, I get a null reference exception on the last line shown below (I have not included other lines that follow). 

If I set the "column" for the row grouping to a width other than zero (e.g. 0.1 cm, 1cm, 2cm, etc) this null reference exception doesn't occur.

I found this as I was trying to "hide " that column (for now I just did a work around where I set the width to 0.1cm, set the text to white (against a white background and moved the table 0.1cm to the left to make it look consistent with other tables)
If CertReportBook.Reports.Count > 0 Then
    Dim instanceReportSource As New Telerik.Reporting.InstanceReportSource()
    instanceReportSource.ReportDocument = CertReportBook
 
    Dim reportProcessor As New ReportProcessor()
 
    Dim tcfiletype As String = "PDF"
 
    Dim result As RenderingResult = reportProcessor.RenderReport(tcfiletype, instanceReportSource, Nothing)
Stef
Telerik team
 answered on 02 Apr 2014
1 answer
81 views
I am using the HTML 5 viewer to show my report, I want to pull two pieces of data out of the report and show it at the top of the web page.

so I need the following

1. Events to know when the data has changed
2. A way to get to the data in the report.
Stef
Telerik team
 answered on 01 Apr 2014
4 answers
161 views
I have been able to get a sample EF6 context to work as a datasource in the report designer by adding the assembly reference to the config file.  When I use the same process for our existing EF6 context the data source does not show in the designer.  I have copied all the referenced dlls to the report designer folder.

Is there any way to diagnose what part of the load is failing? 
Stef
Telerik team
 answered on 01 Apr 2014
5 answers
107 views
So I have my report designed and working. However I am getting blank pages. I was able to solve it, but the solution was even weirder than the blank pages. 

I have my report (Letter, .5" margins all around), my Report (width of 7.4", just to be safe), and a panel that is 7.2" wide (0.1" margin on each side, no padding). Inside that panel I have two columns of HTMLTextBoxes. 

The solution to the blank page situation was to make the right col of text boxes skinnier, leaving about 0.3" between the right side of the panel and the left edge of the text box. If I make the text boxes wider, the blank page appears. If I make them skinner, the blank page goes away. 

I've added background colors to see if they appear on the second page (they don't). 

I've cut and paste the text boxes back into the Report. That didn't fix it. 

I've deleted and recreated the HTMLTextBoxes. That didn't fix it.

I left the replacement text boxes blank. That didn't fix it. 

I've deleted and recreated the panel and HTML TextBoxes. That didn't fix it. 

Sigh. I'm exhausted. I'd appreciate any help.

Telerik 2014 Q1. 


Stef
Telerik team
 answered on 01 Apr 2014
2 answers
346 views
I am using telerik version Q3 2012. I want to upgrade some of my reports to new version.(not all of them). So that I want to keep my old version of telerik.
When I install new version of telerik, I can't see telerik reporting tools in my visual studio.(I got both old and new version in my system)
How can I create a new project with new version of telerik with tools in visual studio? ( I want copy some reports from project to new project without creating from scratch)
MARS-Jainith
Top achievements
Rank 1
 answered on 31 Mar 2014
1 answer
155 views
Hi,

Iam using reporting using q1 2014.
However i need reporting for .net 3.5 target framework.
As Q1 2014 doesnt support this.Can anyone guide me which version to use for reporting?

Thanks,
Manognya.K
Stef
Telerik team
 answered on 31 Mar 2014
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?