Telerik Forums
Reporting Forum
3 answers
135 views
Hi, is there an example of generating some barcodes from field values in the database ? We are using code 25 interleaved ?

Thanks a lot,

Pete.
IvanY
Telerik team
 answered on 05 Nov 2014
2 answers
113 views
I've been making pretty good use of Telerik reporting over the past couple of months.  The blend of report bands (ala Crystal Reports) and tablix controls (ala SSRS) is useful.

There's one feature that I'm really missing from SSRS though - placeholders.  See http://msdn.microsoft.com/en-us/library/dd207048.aspx

It brings two key benefits
1. The ability to easily mix formatting of text within a single textbox.  Thus you could bold a bit of text, and in the same box, have normally formatted text.
2. Building on #1 - the ability to have multiple expressions within a single textbox.


It means that a list of names can be done as
Smith, John
Jones, Allison
Longnamen, Shorty

This natural look is quite appropriate in many listings.  It could be done with string concatenation and HTML formatting but this is much more difficult than just using placeholders like
[surname], [firstname]
as we'd don in SSRS.

The least-friction way to do this in Telerik report is 

Smith,           John
Jones,           Allison
Longnamen, Shorty

where we use two separate textboxes for surname and firstname - this leads to having to gauge how big surnames could be and then have the firstname always far enough over to avoid a collision.

Is this something you might consider for Q1 2015?  I haven't thought about it too heavily but I suspect you could implement it with some work in the designer to allow entry, storage and manipulation of placeholders.  In the rendering engine you could translate this to HTML formatted string concatenation.

Thoughts? :)

Nasko
Telerik team
 answered on 05 Nov 2014
1 answer
73 views
greetings, 
I have seen several videos of report design, but I could not find a document or a video that explains how to make a report with parameters, but the parameters sent from a textbox on a radForm. 

thank you very much for your help.
Stef
Telerik team
 answered on 04 Nov 2014
1 answer
321 views
Hi,

I am creating a standalone report that gets data from my datasource. But when I generate my report it will display the data in one column that occupy a lot of space (see attached file)

Ex:

00001
00002
00003
00004
00005

Is there a way where the data can be displayed in  a row separated by a comma? Ex: 00001,00002,00003,00004....

Thanks
Stef
Telerik team
 answered on 04 Nov 2014
3 answers
108 views
Hi,

I am using your HTML5 report viewer, along with WebAPI REST service (Q2 2014).

I am getting an issue where, when linking through to a second report, it is adding "C:\" as a prefix to the report name.

E.g.
A report "Header.trdx", which links through to "Lines.trdx".  The report viewer is asking for report "C:\Lines.trdx".
Having looked at the xml behind the report, the link/action is defined as "<UriReportSource Uri="Lines.trdx">"..

Do you know why this might be happening?
Might it be something to do with how I've setup my implementation?
Is anyone else having a similar issue?

Thanks

Tom France
Stef
Telerik team
 answered on 03 Nov 2014
1 answer
89 views
Hello,

I use the new Q3 2014 WPF ReportViewer to display my reports, I try to use the new Export method but this._reportViewer.Export("PDF", null) throw a NullReferenceException.
I try another format but it doesn't work either.

How can I fix that problem ?

Thanks in advance.
Geoffrey
Stef
Telerik team
 answered on 03 Nov 2014
2 answers
101 views
I use VS 2012, VB.Net, SQL Server 2012, WinForms and I am looking into using Telerik for the reporting part.

I would be interested in having some general information regarding report creation. Actual VB.NET examples would be most helpful.

Thanks,
John
John
Top achievements
Rank 1
 answered on 03 Nov 2014
1 answer
91 views
Hello, I have just upgraded to Telerik Reporting Q3 2014 and the label wizard has disappeared form my Visual Studio 2013 toolbox! However, the label wizard is still available in the stand alone report designer.

Any ideas why this wizard is now missing from the VS toolbox?

Regards,
Jonathan
​
Stef
Telerik team
 answered on 03 Nov 2014
6 answers
1.5K+ views
Hi,

I'm still using the 2013 Q1 release of reporting.

With QR codes I generate them in my code using the aspx RadBarcode component and they work fine, if I save to a file I get nice sharp images.  When I pass them to a report for printing even if I choose to have no scaling on the image the resultant QR code on the PDF file is very fuzzy and doesn't scan as fast as it should - it still works just slower.

2 questions,
1) Does either the Q2 or Q3 release have native QR code functionality?  From what I can see it doesn't.
2) Assuming a no to the above, how would I go about getting a sharp qr code in a PDF report?

Regards

Jon
Stef
Telerik team
 answered on 03 Nov 2014
4 answers
72 views
Hi,

When I run my report on a 3G connection it crashes.  I've tested with a very slow WIFI connection but that is OK so it isn't a timeout issue.  Any pointers?

Error is below:

Server Error in '/' Application.Object reference not set to an instance of an object.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
Telerik.ReportViewer.WebForms.ViewerState.get_CurrentPage() +19
Telerik.ReportViewer.WebForms.ReportPageOperation.RenderReport(String format, IList`1 processingReports, Hashtable deviceInfo, IRenderingContext renderingContext) +336
Telerik.ReportViewer.WebForms.ReportRenderOperation.PerformOperationOverride() +170
Telerik.ReportViewer.WebForms.ReportPageOperation.PerformOperationOverride() +85
Telerik.ReportViewer.WebForms.HandlerOperation.PerformOperation(HttpContext context, ICacheManager cacheManager) +42
Telerik.ReportViewer.WebForms.BasicHandler.ProcessRequest(HttpContext context) +142
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

Stef
Telerik team
 answered on 03 Nov 2014
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?