Telerik Forums
Reporting Forum
8 answers
277 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
175 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
87 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
191 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
84 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
97 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
1 answer
58 views
Hi,

We're currently evaluating telerik reporting for inclusion in our web app. We're using Angular and our own front end components and we dont want to add 1Mb+ of kendo to our project just for reporting. 

I'm digging around the documentation, it seems that I should be able to hit up the REST API to get the info we need to make our own report viewer, is that the intention of the service? or is it tied to the report viewer and kendo, eg with the interactive stuff in the reports, does that depend on kendo ? ( i doubt it, just want to make sure )

Failing that, is there some way of sliming down the kendo.all.min.js file to just the functions needed for the report viewer?

cheers,
simon
Peter
Telerik team
 answered on 26 Mar 2014
3 answers
292 views
Hello Community,

i can't figure it out...

I createt in the designer a table with some rows. And i want to dynamiclly "delete" or "hide" some of them. I appended some screenshots.

I don't get it. How can i do it?

Here is some code:

I tryed this:

                Me.tbModernisierungskosten.Height = New Telerik.Reporting.Drawing.Unit(0.0)
                Me.tbTitelModernisierungskosten.Height = New Telerik.Reporting.Drawing.Unit(0.0)
                Me.TextBox265.Height = New Telerik.Reporting.Drawing.Unit(0.0)

                tbModernisierungskosten.Visible = False
                tbTitelModernisierungskosten.Visible = False
                TextBox265.Visible = False

                tbModernisierungskosten.Value = ""
                tbTitelModernisierungskosten.Value = ""
                TextBox265.Value = ""

And this:

                tblFinanzierung.Body.Rows(2).Height = Unit.Cm(0.1)

Stef
Telerik team
 answered on 26 Mar 2014
1 answer
98 views
Hello after having upgraded to q1 '14 I can't see in my whole WPF application the reportviewer....what have I done wrong?
Thanks
Peter
Telerik team
 answered on 26 Mar 2014
1 answer
180 views
We have a legal form that we would like to print with the fields already filled out. I know this as an overlay on other systems. The background image would be from a PDF document or some other source similar with our form then I just place the needed fields on top of the appropriate locations to fill the form. Is this possible?
Peter
Telerik team
 answered on 26 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?