Telerik Forums
Reporting Forum
1 answer
121 views
I have an existing PDF and would like to populate some areas on the form using values from fields of an ASPX page form.

is this possible to do with Telerik (reporting) in some way?  If so, how?

I can create the fields on the PDF to be populated using Acrobat if necessary, but also have Telerik Reporting.  Not sure what all it can do (besides OUTput to PDF).

Thanks for any assistance.

Mark
Ivan
Telerik team
 answered on 18 Feb 2008
3 answers
127 views
I'm working on a new report that will have a number of pictures embedded in it. This report is being exported to PDF and downloaded by users for printing. When testing a report that has two pictures in it, each 1.8mb jpegs, the size of the PDF is 40MB!

What I'm wondering is if this bloat is normal for PDF's and if there is a way to decrease the file size?
Rossen Hristov
Telerik team
 answered on 18 Feb 2008
1 answer
407 views
If I set a picture to ScaleProportional then when it scales it seems to center itself horizontally within the picture box. How can I get it scale proportional yet stay aligned to the left of the picture box?
Svetoslav
Telerik team
 answered on 18 Feb 2008
3 answers
525 views
Hi guys,

I think you must be hating me because in the last days I have not done more than boring you with small things, but in the end, everything is to improve what already in essence is good .

There is another (Not especially important this time):

When I have textboxes on page header and detail sections, and i would move to right or left, I can of course select both of them together but when I'll try to move them the only textboxes that will be moved are the ones that they are on the section that i click to drag. If I drag on one of the items of the page header only the items selected on page header are moving, anyway all are selected, the items on page header and the items on detail together.

It forces me to make the work twice, and of course after that review the result to align with the other section.

It's not very important but you should to consider it to the next version along with the moving and resize items with keyboard.

Thanks for you time.

Regards

David Tomás

P. D. Sorry to all about my bad  english...
Svetoslav
Telerik team
 answered on 18 Feb 2008
19 answers
651 views
I have found this in the examples to generate a pdf document from a report:

byte[] buffer = ReportProcessor.Render("PDF", report, null, out mimeType, out extension, out encoding);

"PDF" is passed as a hardcoded argument in this method call. What are the other strings that will work? I found that "HTML" works too, but what about "xls" and "doc"?  These don't seem to work to export to Excel and Word.

Also, will this argument remain a hardcoded string, or will this evolve into another type of argument, like an enumeration, an interface, ...?
Svetoslav
Telerik team
 answered on 18 Feb 2008
1 answer
145 views
I have a report that has a full size image. If I export the report to PDF my memory usage for the w3wp.exe jumps up over 200MB for the rendering. That seems like an excessive use of memory. Any way this can be decreased?

Also, if I set the Sizing property of the image to AutoSize then the memory usage increases until I get an OOM error. Seems like a bug. If I set it to ScaleProportional then seems to max out at 200MB of usage.
Svetoslav
Telerik team
 answered on 18 Feb 2008
2 answers
248 views
I want to write a small batch utility (C# or VB.NET) that will query a database, find X number of records that match my criteria and then merge them into letters (based on various templates) that can be printed and mailed.  Ideally I can save as a single print a control sheet too (i.e. one line per page for spot check information) but individual PDFs would be acceptable too.

Is it possible to use Telerik Reporting as a mail merge tool like this? 

Also, does TR support bar codes? (for imaging)

Martin Beeby
Top achievements
Rank 1
 answered on 15 Feb 2008
1 answer
267 views

Anyone used LINQ with Telerik Reporting Q3 2007 already?
I would like to set a stored procedure with parameters from a LINQ datacontext as the report datasource.
Thought it would be as simple as this:

Dim dc As New MainDataContext(strConnect)
Dim id As Integer = cLng(txtID.Text)
Dim r As New Report1
r.DataSource = dc.TelerikReportTest(1000)

I cannot get it working however.
Any clues appreciated.

Milen | Product Manager @DX
Telerik team
 answered on 13 Feb 2008
1 answer
196 views
I searched to see if this had been brought up before, but couldn't find anything.

I've been noticing that the default height of most of the report items is extrememly close to, but not the same as, the snap-to heights (w/ default 8px,8px grid) available when you are dragging the resize handles.  For instance:

Original Text Box Height: 0.23958 inches
Snap-To Height: 0.25 inches

Original Panel Height: 0.23958 inches
Snap-To Height: 0.25 inches

Original Picture Box Height: 1.04167 inches
Snap-To Height: Either 1.0 inch or 1.08333 inches.

Personally it doesn't really matter to me if a text box starts at 0.23958 or 0.25, but what I kind of find annoying is that if you need to resize a text box, or you accidentally drag the handle then you've got a text-box that is a different height and the only way to get it back to matching the other un-changed boxes is to go manually set the height.

While this is getting picky, would it not be a good idea to set the default height of the report items (and maybe width for that matter) to a snap-to height?  I realize you can change the spacing of the grid, but if you're doing that you are probably changing the dimensions of everything on the report. But would it be possible for you guys to adjust the height the report items get when they are drug onto the designer to match the closest snap-to height?

Just my 2 cents.

Thanks,

Jimmy
Svetoslav
Telerik team
 answered on 13 Feb 2008
3 answers
178 views
What support does the reporting product have for inherited reports? We have a number of customers who would like to be able to take our "stock" reports and tweak them to meet their needs. However, we have all of our stock reports compiled into a dll, so they don't have access to the source. We'd like to be able to have them request customization, then we would build them an inherited report that could be distributed to them individually so we wouldn't have to release an update to our report dll.
Svetoslav
Telerik team
 answered on 12 Feb 2008
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?