Telerik Forums
Reporting Forum
3 answers
342 views
I have a report which I want to be seen in two pages. One for each sections of the report. Loans section in one page and summary on other page. Is it possible?
Роберт
Top achievements
Rank 1
 answered on 07 Sep 2012
0 answers
97 views
Hi, when I use more than one table in  the report, I have met the problem as the title descripes ,could you give me some advice? Thank you very much!
Wan
Top achievements
Rank 1
 asked on 07 Sep 2012
2 answers
361 views
Hi 
i have 1 report with 2 subreports. one of the subreport has 2 sqldatasources. based on the main reports fields pick the datasource out of 2 .

i am ausing needdatasource event in subreport like.
 private void StateErrorsAtAGlance_DetailHeader_NeedDataSource(object sender, EventArgs e)
        {
            Telerik.Reporting.Processing.Report report = (Telerik.Reporting.Processing.Report)sender;
            if (report.Parameters["HeaderType"].Value.ToString().Equals("Agency Error"))
            {
                this.DataSource = this.sqlDataSource1;
            }
            else
            {
                this.DataSource = this.sqlDataSource2;
            }
        }
when run the main report returns 3 field , 1 agency Error, Client Error and No error.
but subreport gives result only agency error row remaing rows like Client error and No error it picks design time parameter values,
that's it shows All zeros.

i observed when debug the subreport needdatasource events calls only one time, how it 'll manage when main reports have 4 records



Siva
Top achievements
Rank 1
 answered on 06 Sep 2012
5 answers
532 views
Hello,

Came across another oddity I'm hoping is a simple solution. I am trying to setup a report template where in the page header I have two rows of text. It might look something like this:

COMPUTER01
Printer List

These two rows are two seperate text boxes one directly above the other. The report uses the default Corporate Style, and at first I had line one using the "Title" style and line 2 using the "Data" style. What I noticed is that COMPUTER01 indents about half a character more than Printer List. I took off the styles and after trying several things, I found that when the text on line 1 is in 18pt and the text on line 2 is in 10pt (the defaults for the style I want to use), even without the style set, the left side does not align. Is there something particular I need to do to make these align properly?

One thing worth mentioning that I did try was I checked the Padding properties and both had all padding set to 0in.

Thanks for any help you can give.

Josh
Steve
Telerik team
 answered on 06 Sep 2012
1 answer
155 views
I'm using Reporting Q1 2012 and when i try to create instanceReportSource im getting unknown type or namespace error am I missing something? or is instanceReportSource not supported in this version?

I referred the online doc. http://www.telerik.com/help/reporting/wpf-report-viewer-embedding-the-viewer.html but it's for Q2 2012

Here is my code

 Telerik.Reporting.InstanceReportSource instanceReportSource = new Telerik.Reporting.InstanceReportSource();
Steve
Telerik team
 answered on 06 Sep 2012
2 answers
115 views
Hi, I'm using latest version of Mozilla Firefox and I can't print Telerik Report in printer, I have Uninstalled Foxit Reader and some suggestions but still don't work. In Google Chrome works well but the problem is with Firefox, any solution ??
Thanks.
gezim
Top achievements
Rank 1
 answered on 06 Sep 2012
1 answer
94 views
I am using Report Book control to combine 4 reports because sub-report don't have datasource. I need to export this report to docx. So i used report viewer(i don't see option to export to docx either). Please help,  How can i use book control to view all reports in and then export to docx. Viewer is not that necessary  all long as i can export all of them together in one docx.
Steve
Telerik team
 answered on 06 Sep 2012
1 answer
68 views
Hi..
Where are the scrollbars on the SL report viewer?
I have a report that is 30 inches wide and I can only see the first side, when viewed.
Also is there a Zoom feature?
thx again!
Steve
Telerik team
 answered on 06 Sep 2012
12 answers
1.6K+ views
I have a logo which renders at one size in the web report viewer and a much smaller size when exporting to PDF from the web viewer.  Any suggestions as to how to make them the same or at least close?
RK
Top achievements
Rank 1
 answered on 05 Sep 2012
3 answers
94 views
I currently don't see much of an advantage of using the silverlight report viewer.  I think it would be better to just popup a web browser with the reports from my silverlight program.  The only advantage I can see is the zoom feature on silverlight and maybe the UI looks nicer.

Also when I press print, the silverlight version has to wait for another popup to say ok before the OS print menu comes up.  The webforms viewer doesn't.  I'm not an expert in this, but is there any advantage of having the silverlight/WPF version print vs the webforms?  Printing is big to my clients.

As for the load on the server, it seems like it would be almost the same.  I guess that there is some HTML on the asp.net version the server would have to render.  Since all the calculations and pages are stored on the server for both versions, it doesn't seem like there's a difference here.
Peter
Telerik team
 answered on 05 Sep 2012
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?