Telerik Forums
Reporting Forum
2 answers
95 views
HI everyone

I compiled my application on  development server and it works, but when I transfer it to a Windows Web 2008 machine with IIS7 the report just gives me a "submit query" text everyone and the report doesn't display.

I have the following handler in the system.webserver of the web.config
<add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=6.0.12.302, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode" />

Any ideas?
Jako
Top achievements
Rank 1
 answered on 26 Jun 2012
1 answer
238 views
I have always gotten around this, but keep meaning to post it as i found an additional quirk while working with tables recently.

1.  When copying an existing report.  (Report1, then copy via visual studio, then rename to report2), it never renames the class in the code behind to report2, causing an error.  Not a big deal, just curious if there was a reason, or if it was sort of a bug.  Not something new in Q1 2012, it's been doing it for a long time.

2.  Never noticed this before Q1, but never worked with tables before Q1 either.  When following same copy procedure as above, in report.designer.vb, the me.name="report1" does not change.  An error is then shown in runtime (not in VS) that table1 is a duplicate or something along those lines.  changing me.name="report2" fixes the problems.

Neither are deal breakers as they are easy to work around, just thought I would raise them.
Steve
Telerik team
 answered on 26 Jun 2012
2 answers
254 views
Second problem upgrading from Q3 2011 to Q2 2012...  All of my subreports are broken.  I used bindings to set the datasource (see screen shot below) assigning ReportSource.DataSource to ReportItem.DataObject.xxx.  No errors show up on the designer or in the build but when I run the reports, I get a Bindings Error - Property 'DataSource' does not exist.

I have searched the forums but can't seem to find a solution to this.  Am I not binding correctly?

John Darragh
Top achievements
Rank 1
 answered on 25 Jun 2012
2 answers
884 views
I am passing a dataset to my report and setting me.datasource = ds.tables(1) for binding in codebehind.

In the detail section, I have always used text boxes to display data.  Getting fine lines to match up and look great has been a problem historically.  I have used tables in other reports that were not grouped and they have always run without issue.

This one is stumping me.  It appears the table is getting the data because I am getting the proper amount of rows, but all of the boxes are blank.  I have triple checked the field names and they are correct.

Is there some limitation with using tables in the grouped detail section?

If I only change  table2.datasource = ds.tables(1) in the code behind, I get all rows disregarding of the grouping (as I would expect), with text inside, further confirming my field names are correct.

I am using q1 2012.

Any ideas?
Joel
Top achievements
Rank 2
 answered on 25 Jun 2012
1 answer
325 views
Hey,
how can i reorder the columns, as in hebrew/arabic you right from right to left, and thus the first column in hebrew, is the last in english (left to right), i can't find anything on it in the KB/properties or anything else.
So when i setup the report culture to be english the first column will be on the left and when i setup the report culutre to be hebrew the first column will be on the right...

If someone have a nice solution i would like to hear.

Thanks,
nadav.
Peter
Telerik team
 answered on 25 Jun 2012
0 answers
130 views
I have created a fairly large report, which is rendering fine when I run it locally, but I cannot seem to get it to run when I move it to the server.  I have attached the error that I am getting.  I tried to attach the actual report files, but it won't let me attach those types.  Please let me know how I can get these to you and I will send them.  If I remove the Change column from all of the pages the report renders fine on the server.  I have tried changing this column to textboxes instead of checkboxes however, I get the same error on the server even when the textboxes aren't bound to any data.

Is there a limit to the number of controls that you can have in a report, because it seems if I remove one page from the report of remove a few of the controls then I can get it to render fine on the server.

Any help you can give me would be great!

Thanks,
Lana
Lana
Top achievements
Rank 1
 asked on 25 Jun 2012
0 answers
84 views
Dear All,

    I am doing pretty well with reporting so far, 
    I just need to keep two different fonts in my report, one will be for English and the other should be used for Arabic.
    
    How should I accomplish that ...??

    Best regards
Ubuntu
Top achievements
Rank 1
 asked on 25 Jun 2012
7 answers
200 views

Hi,

      I'm using telerik reporting Q2 2010 version ,  Is localization possible in silver light report viewer??


thanks,
venkat
Peter
Telerik team
 answered on 25 Jun 2012
9 answers
403 views
Hello

   I am evaluating the Reporting Component in the hopes of replacing Crystal Reports, they support only a subset of the RichText specification ( no super or sub scripts ).  So far I do not see how this is supported at all with Telerik, am I missing it somewhere?  I am using the Q1 2010 version.  I hope it is here somewhere because it appears to be such a nice product in all other ways.

Thanks,
Patrick Brown
Christian
Top achievements
Rank 1
 answered on 25 Jun 2012
1 answer
122 views

I am displaying a Telerik report in a Telerik MVC popup window which is instantiated in client-side code. Everything works fine the first time -- the report appears normally.

But if the window is closed (as it will be) and the user clicks for a second time the button on the page that opens the popup, the popup opens but no report content appears. Here is the client code:


$(document).ready(function () {
  
    $('#printButton').click(function () {
        var printPopup = $.telerik.window.create({
            title: "Resident Account Report",
            contentUrl: '/myApp/ReportPages/ReportPage.aspx' + '?rpt=myReport&ID=' + @Model.id,
            actions: ["Refresh", "Maximize", "Close"],
            height: 600,
            width: 1100,
            modal: true,
            resizable: true,
            draggable: true,
            scrollable: false,
            onRefresh: function () {
                var myWindow = $(this).data('tWindow');
                myWindow.center().open();
            }
        });
    });
});
Milen | Product Manager @DX
Telerik team
 answered on 25 Jun 2012
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?