Telerik Forums
Reporting Forum
2 answers
91 views
In the Telerik help page titled Telerik Reporting Q2 2009 - The Wizard Data Tab  it shows an option, but that option is not showing in my system (version:  2009.2 807).  I have looked everywhere and the only information I can find is by binding in the code behind in a needdatasource event, which is ridiculous considering the rest of my report can see the fields in my report datasources.

     Screenshot of my wizard

     Shown in Telerik Help

What am I missing?

Aad Brugman
Top achievements
Rank 1
 answered on 19 Dec 2010
2 answers
160 views
Some reports I need might be up to 2000 pages, mabye 100,000-200,000 data rows.  There are billing reports, mostly numbers and sums, no pictures.  I'm getting an error with over 1,000 rows, but that is probably due to my weak test server with not much memory.   The number of pages it can display depends on the amount of memory on the server right?  Sounds like 2,000 pages will be a problem no matter how much memory I have on the server. 
It really doesn't have to display it though, I could popup a message saying, 'report is too large to display, dumping to pdf'.  Would it be possible to just dump the report format to PDF?  Most of our clients just care about printing the reports, not looking at them.  I really like the telerik report designer.  Will SQL Server reporting services have this same issue?

We also have 1 report that might combine a bunch of subreports and be a total of 50,000 pages that the client would print out.  I'm guessing that would have to be written to pdf somehow, or is there a way to keep sending subreports to the printer?

Also it really doesn't matter if it's on asp.net or the silverlight viewer, it's still the same issue right?

danparker276
Top achievements
Rank 2
 answered on 16 Dec 2010
3 answers
88 views
Hi staff!
I have 2 reports. First report is small, just one record and second report has more than 2.000 records. I'm using Report Book to create report. But the second report always starts from new page. I want to print the second report on empty space of first report.
Does Telerik reporting has this feature (like Print On Previous Page?)   
Peter
Telerik team
 answered on 16 Dec 2010
2 answers
171 views
Hi,

I am currently creating a Function that will create separate Telerik Reports for each item in a List. I then need to export each Report to a PDF to a specific location behind the scenes, without launching an HttpResponse.

Is there a way to programmatically export a Telerik Report to a specific location without calling an HttpResponse?

Best Regards,

Landon
Steve
Telerik team
 answered on 16 Dec 2010
1 answer
385 views
Hi,

I would like to export my reports as HTML with the inline images instead of the links with StreamID currently created by exporting to HTML.

I have set the Value of my picture box to:

this.pictureBox1.Value = "http://image.url/image.jpg";

I currently use the following code to export to HTML:

private Stream GetHtml(IReportDocument report)
{
    //Calls WebOperationContext.Current.OutgoingResponse.ContentType
    Settings.ContentType("text/html");             
    var reportProcessor = new ReportProcessor(); 
    var result = reportProcessor.RenderReport("HTML", report, null);
    return new MemoryStream(result.DocumentBytes);
}

this renders images like this:

<img src="&StreamID=i1f3amm2v1v"/>

However I would like it to render the images like this:


or maybe like this (using data urls):

<img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD..."/>

 
Are there any way to configure the export to include the images?
Peter
Telerik team
 answered on 15 Dec 2010
1 answer
124 views
I have used the automatic report distribution in SSRS and clients like that feature.  I found a couple of places where Telerik suggests that it might be on the roadmap for reporting.  But is it near or not?  I like the results of the Telerik reports better than SSRS, but I need to distribute them.  If it isn't something that is going to be done soon, I may do it myself.  I have a pretty good idea of how I would implement it, but I don't want to put in time on that if you are going to release something soon.

Thanks
Peter
Telerik team
 answered on 15 Dec 2010
1 answer
34 views
Dear,

We currently using Telerik in our development. and we planning to migrate our servers, developpers and users PCs from from office 2000 to office 2007.

We wonder if there is any impact on our product already developed or those to be developed?
we would like your confirmation for Export function that we use with telerik, is't built-in and independant from Excel or is it depend on our office version that is installed on our servers?
Thanks for your support and help.

Peter
Telerik team
 answered on 15 Dec 2010
2 answers
90 views

Hi, I am testing out the Q3 report tool in Silverlight. When I use a straight sql select, there is no problem. When I select a stored procedure and click next, it crashes with the error

"Exception has been thrown by the target of an invocation."



Image attached.

Also, I would appreciate an overview of the connection string. In the data source I have the connection string as follows
ReportLibrary.Properties.Settings.Generis_V26. But there is also the app.config with the connection strings.

Does the dll use the app.config? Can the app.config be access once the dll is in production? What connections tring gets passed to the dll?

My final question is thus. When I run the report in preview, I connect to the database without issue. When I compile and run the app and access the report, I get a connection error. For testing purposes, the app is set to connect to a different DB to the report. When I do a SQL Trace, I can see that the report is trying to access the same DB as the app. This suggests that the reports inherit the app's connection string. Could you please provide some clarity around this?

Many thanks

Steven
ps, ignore the image, i got the wrong one and cant seem to delete it. Please view the reply from me

 

Steve
Telerik team
 answered on 15 Dec 2010
6 answers
151 views
Hello, Staff!
I created report which consists of 3 subreports. 
Each subreport have more than 100 records and the height of subreport is calculating incorrect. Part of data is cut.
When I set the height of html element manually (using Developer Toolbar or FireBug) I see hidden part of data.
Is it an issue of Telerik reports?

Also why the subreport placed on one page on preview? Is it the software limitation? 

Thanks!

Steve
Telerik team
 answered on 15 Dec 2010
10 answers
148 views
When I look at my report in the silverlight viewer, the text in my textboxes are not aligned the way I set them.  They return to the default left.  If I look at the report preview, asp.net report, or even if I export to PDF from my silverlight viewer it looks fine. 
Steve
Telerik team
 answered on 15 Dec 2010
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?