Telerik Forums
Reporting Forum
4 answers
179 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
126 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
365 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
168 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
8 answers
280 views
Folks,

using UI for ASP.NET AJAX Q1 2014, Telerik Reporting Q1 2014 with VS 2010.

When displaying the Report from web pages in IE(V10 or IE V11), the Report viewer is BLANK. 

The page count still says 1 of 3, and you can scroll through 3 blank pages. 

Also, after exporting to PDF, when you open the PDF file on a computer, it looks just fine; no blank pages. Any ideas? 

Thanks for your help.

gc_0620-


PS: This was all working correctly under Telerik Reporting Q3 2013 before I updated to the latest versions (Q1 2014) of all Telerik products... Please refer to attached.

Below is Report Viewer Declaration

<telerik:ReportViewer ID="ReportViewer1" runat="server" Style="border: 1px solid #ccc;"
          Height="650px" Width="95%" Skin="Office2007">
       <typereportsource
           
          typename="Reports.Report_CM_Assignments, Reports, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"></typereportsource>
       </telerik:ReportViewer>


gc_0620
Top achievements
Rank 1
 answered on 29 Mar 2014
8 answers
184 views
I have a weird problem. My reports shows up very nicely in asp.net website from various browser on Windows PC (Chrome and IE), on Mac (Safari, Firefox and Chrome) and also from Android tablets but not from iPads.
I am completely lost with this problem. I can select the report parameters, I see the progress bar while the report is being prepared, I see the paging showing that there are pages available and I can see the report in print pre-view but otherwhise is not visible.
This is the way I instantiate the report:
protected void Page_Load(object sender, EventArgs e)
{
   if (!IsPostBack)
    {
        var instanceReportSource = new Telerik.Reporting.InstanceReportSource();
        instanceReportSource.ReportDocument = new Rep1.UrbanRails();
        this.ReportViewer1.ReportSource = instanceReportSource;
    }       
}
Any help will be appreciated.
Felice
Top achievements
Rank 1
 answered on 29 Mar 2014
4 answers
95 views
Hi,

I'm trying to setup my report with interactive sorting.  I followed KB article below for setting that up but when I run my report, I get the error "The expression contains undefined function call SetSortingDirection()."  The report designer sees the method 'SetSortingDirection' but I'm wondering if I'm passing the wrong parameter to the method.  The only thing different I'm doing from the article is that I'm not doing this with a table but with the full report itself.

http://www.telerik.com/support/kb/reporting/styling-and-formatting-reports/details/how-to-add-interactive-sorting-to-a-table-item-

Thanks,
Zach
Zach
Top achievements
Rank 1
 answered on 28 Mar 2014
4 answers
200 views
I have created code to add two reports to a reportbook.
(reports are dummy reports only with a textbox)

ReportBook reportBook = new ReportBook();
reportBook.Reports.Add(new dummy2());
reportBook.Reports.Add(new dummy());
 
AsitoReporting.Report = reportBook;
AsitoReporting.Visible = true;
AsitoReporting.DataBind();

Only the first added report is shown in the reportviewer (asitoreporting).
Which code is needed to show all added reports?
Glenn
Top achievements
Rank 1
 answered on 27 Mar 2014
1 answer
88 views
I'd like to be able to implement this type of layout in a Report if possible?
IvanY
Telerik team
 answered on 26 Mar 2014
1 answer
100 views

Hi,

I am working on a report that will show the number of enrollments affiliated with a particular school. Only one state can be picked for the report.

Example:
Show the state of North Dakota along with plotted schools throughout the state.

I need help finding the following information:

a) How do I set the map boundaries to only display North Dakota?
When I have plotted schools in North Dakota only sounding states are also being displayed on the map. This makes it harder to see where is ND the schools are located due to map being too big.

b) Is there a way to set the initial zoom?

Any help with this is greatly appreciated.

Thanks!

Ivan Hristov
Telerik team
 answered on 26 Mar 2014
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?