Telerik Forums
Reporting Forum
4 answers
221 views
Hi,

I am trying to track down an error I am experiencing with large data sets being passed back to my Silverlight ReportViewer.  I can't really tell what exception I am receiving, because the message that gets displayed in the ReportViewer says to look at the InnerException, which I have no access to.

I think this may be related to my binding setup (message size, timeout, etc.).  I have already gone through the steps listed on the forum for creating a custom ClientFactory, and configured these binding properties following that documentation.  I have also configured the ReportService binding server-side to have increased timeouts and message sizes.  

In addition, I have even tried setting breakpoints in the async completed events to check the Error property (LoadPage, Render, RenderAndCache, etc.)  When my error occurs, it doesn't fire the async completed event.  

Currently, I have a WCF trace set up to see if I can hunt down the exception, but I'm having trouble interpreting the data in the trace.  Is there anything else I can be doing to trap the error in the ReportService, so I can know exactly what is going wrong?

Thanks,

Rob
Rob
Top achievements
Rank 1
 answered on 15 Apr 2011
1 answer
748 views
Dear Tech

I have an "Session Timeout" issue when the report is been generated, I attached a screen shot with this thread.

What happen is, in an asp.net application, I am trying to use Telerik Window to open another page which contains the reportviewer. May be because the report is a kind of big, so it will take about 2 mins to open it. It is working OK on my local machine, but after I upload it to server, I get this Session Timeout error message. After refresh page, nothing happens.

Because it's not a "Request Timeout" error, so this confuse me a lot, what session will be used when the report is generated? Could you give any suggestion about what settings I should check on IIS?

Because our application will redirect user to a logout page if the session is remove, so I am sure sessions created by our application are not removed. Just some session telerik report is using is cleared. So I am not sure what session does Telerik report is using.

I appreciated any help from you.

Thank.
Steve
Telerik team
 answered on 15 Apr 2011
1 answer
78 views
I have code that allows the user to select a list of reports that they would like to have see together in a ReportBook. How do I setup the viewer to create this custom ReportBook and display it? I found a sample that says to set the Report property to an instance of Telerik.Reporting.ReportBook. However, this class does not show up as available. When I try to add a reference to the Telerik.Reporting dll, I get a message that says the DLL was not built for the Silverlight runtime. I am really stuck at this point and could use some help. Can someone provide a code example that shows how to do this? Thanks.
Peter
Telerik team
 answered on 15 Apr 2011
7 answers
167 views
Hi,
How to store a previously run report results (in database or some folder) and displayed it based on date etc and edit it to add some comments on it.
Massimiliano Bassili
Top achievements
Rank 1
 answered on 15 Apr 2011
4 answers
296 views
I have a Master report with two unbound groups.  My 2nd group footer I have set to PrintOnEveryPage and have a reference number in it.  I then have two subreports in that 2nd group header and a subreport in the Detail section.  This works and the 2nd group footer prints on the bottom of every page EXCEPT the last page where it prints whenever the subreport in the detail page ends.  How can I make this footer print on the bottom of the last page?  I cannot use the Page Footer of the master report because I do not want this to print on the bottom of page 1 or 2, just on the bottom of every other page.  I also have form images as the background image of the ReportHeader, 1st Group Header, 2nd Group header and then the report itself (which shows on every detail page).  Again attempting to use the page footer messes up the page printing for the report header section.  Any help is appreciated!
Steve
Telerik team
 answered on 15 Apr 2011
3 answers
126 views
Hi I'm setting the sort order of the attached crosstab report on a non-visible column called sort order but it is not sorting in the preview.
can you tell me what else I need to do?
thanks
Jonathan
Steve
Telerik team
 answered on 15 Apr 2011
1 answer
51 views
I have a report, containing three sub reports (two reports and one just a graph) when run through the viewer the report renders as expected with two tables (sub reports 1 & 2) and a graph (sub report 3) being displayed for each page of data returned.
But when the report is exported only one page (in this case only the last) is saved to the file.
PJB
Top achievements
Rank 1
 answered on 14 Apr 2011
2 answers
485 views
I have installed latest dll for reporting which supports DOCX rendering, but I am still getting {"DOCX rendering format is not available."}
I can render same data in RTF format and save on DOCX but we want content to be rendered in docx only.
 I am using Telerik Reporting dll version 5.0.11.328

Thanks
veena
Top achievements
Rank 1
 answered on 14 Apr 2011
2 answers
126 views
how to Calc And Print sum Of A Column In Every Page ?????
Steve
Telerik team
 answered on 14 Apr 2011
7 answers
461 views
Hello,
I am a new user on Telerik reporting in demo for now.
I try to realize to insert in my report a line at the end of page and at the beginning of the page who make a sub total of an group who is not ended on a page.
My report is like this :
Page Header
Report Header
    First group title 
    columns titles
            Detail lines
        Second group  totals
    First group totals
Report Footer
Page Footer
When a page breaking the second group, I want this
    detail lines
    sub total line of the second group (sum of the lines before in the group)
page footer
page header
    First group header
    columns title
    sub total line of the second group (sum of the lines before in the group)
    detail lines
    
I tried this :
Page Header
Report Header
Group 1 (grouping on a  string field) 
    Header group 1                     whit the string field
    Group 2 ( no grouping)
        Header group 2 with my columns header
            Group 3 (grouping on a date field with no header)
                    Group 4 (no grouping)
                        Header group 4 (PrintOnEveryPage = true)  contains a sub total by programming -> I want this visible only if a page break occurs
                            Detail     contains a total of the precedent lines
                        Footer group 4 (PrintOnEveryPage = true)  contains a sub total by programming -> I want this visible only if a page break occurs
                Footer group 3   contains a sub total of all lines of the group 3
    Footer Group 1 contains a sub total of all lines of the group 1
Page Footer

two problems occurs : 
    - I don't see a function which can do the sum of only the detail lines before the page footer 
    - I can't render visible or not the group Header / Footer 2 because I don't know the reaon why it appears

Is this an issue of my problems ?
Is it a better way to do this ?
Steve
Telerik team
 answered on 14 Apr 2011
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?