Telerik Forums
Reporting Forum
5 answers
92 views
hi,

im working with a big comapny, they have dozens kind of forms that many secratary working all day to fill them....
all the data is in one information system.

I thoght - i can scan the forms (as background of the report) - and the users can choose the "form" and print or send to mail...
with the data from the database. but there is 2 problems...

1. the image (black & white 200dpi) that i scanned, is to big to the size of report.  
    and if i reduce the picture, then the quality is very bad.
2. in the property of the report - there is a repeat to small picture and there isn't kinds of strech and fits to A4.

I think you got the best prodoct to reporting but to merge the data and the backgrond is missing or maybe i dont know how to use it.
if there is - then, ill glad to here about.
is this issue on develop ?
if anybody know about tool like this ? 
lossy
Top achievements
Rank 1
 answered on 30 Sep 2017
1 answer
161 views

I previously built a report with build Telerik Reporting Q1 2015 (version 9.0.15.225).  My report has several subreports stacked within a Panel.  I did not have to dock or give the exact size of the subreports as the reports grow vertically depending on amount of data.  

After upgrading to R3 2017 the second subreport within a Panel will overlap the first subreport.  The other subreports will align correctly.  I have tried everything to get the second subreport from overlapping the first. 

I have included screenshots of report layout, the report rendered from Q1 2015 build and the same report rendered from the R3 2017 build.

 

 

Todor
Telerik team
 answered on 29 Sep 2017
1 answer
212 views

I have developed a report in telerik report designer and it uses a subreport.

when this report is run from browser, we get below error.

Forbidden. Insufficiemt credentials.

 

The SQL view behind this report fetches data in SSMS but the report won't fetch data.

Also the subreport fetches data in designers preview window.

But the main report does not even fetch data in preview window, gives no data to display message.

Could you please help.

 

Regards,

Ashwini

Todor
Telerik team
 answered on 28 Sep 2017
1 answer
465 views

I'm implementing a reporting feature in a .net core application. This feature was previously implementing in a webforms application. The logic to produce a Telerik.Reporting.Report object exists already. In the webforms application you could provide the report source to the report viewer like:

ReportViewer.ReportSource = new Telerik.Reporting.InstanceReportSource { ReportDocument = ReportObject };

 

In the .net core application I have managed to setup the HTML5 report viewer and displayed the example report. I'm am struggling to find any documentation or examples on how to use a Telerik.Reporting.Report object as the source for the HTML5 report viewer. Is it possible to dynamically generate a Telerik.Reporting.Report and use that as the report viewer report source?

Katia
Telerik team
 answered on 28 Sep 2017
1 answer
313 views

Hello,

we have a problem with displaying images in the PictureBox.

Within the designer, all images are displayed in good quality.

Also in the preview of the report in Visual Studio, all images are displayed in good quality.

If we start the application and display the report via the report viewer, all images are displayed in a poorer quality.

What could be the problem?

Ivan Hristov
Telerik team
 answered on 28 Sep 2017
8 answers
386 views

Okay, so my title describes basically what I am looking to do, in terms of ASP.NET/HTML.
I'm hoping to be able to figure a way with someone's help to do this.

A certain report is being bound to a List of instances of a data class.
One of the Fields of this data class is a sub-list of Name/Value pairs - fees - with a short description and a dollar amount.

We do not want to just use a straight List or Table object to represent the fees, because they are mostly short, so this will lead to a huge chunk of dead space to the sides of the list.

We do not want to do a rotated layout with the List or Table going horizontally, because there could easily be 10 or 12 items, which would not fit on the width of the page. Unless the horizontal list/table would actually wrap at the edge of the page, would it?

If the horizontal list/table will NOT wrap at the edge of the page, then what we'd ideally like to do is essentially emulate the function of the ASP.NET Repeater control.

So say that we have the following data:

    Item1, Value1
    Item2, Value2
    Item3, Value3
    Item4, Value4
    Item5, Value5

We'd IDEALLY like to have it layout like this: 

    Item1: Value1; Item2: Value2; Item3: Value3; Item4: Value4; Item5: Value5;

and have it wrap to fit the page. BUT, when it wraps, it needs to keep the matching item/value together, as if they were in an html NOBR tag like so:

    <nobr>Item#: Value#</nobr>

What is the best way to get close to this and approximate this layout?

Xiacon
Top achievements
Rank 1
 answered on 27 Sep 2017
1 answer
79 views

I'm trying to achieve the following without MVC, is it even possible?  Where can I found an example of this?

http://docs.telerik.com/reporting/telerik-reporting-rest-custom-report-resolver

 

Peter
Telerik team
 answered on 27 Sep 2017
3 answers
257 views
I have a report that is currently generated by hand.  It is a 4 page report that is done by hand in Word.  Each page has text, images and dynamic data (some of which is inside paragraphs of text, bullet lists etc.  On page 4 is a data table.  I am trying to figure out the best approach to automate this report.  Should I use a Telerik Report, DocProcessing to generate it (which seems tedious with a RadFixedDocument), a word or html template??   Any suggestions?
Katia
Telerik team
 answered on 27 Sep 2017
1 answer
143 views

I'm following this document for our HTML 5 MVC appliation: http://docs.telerik.com/reporting/html5-mvc-report-viewer-customizing-custom-parameters-editor

On our report page I put the javascript in <script> tags and added the ParameterEditors to our ReportViewer() code, but I don't see any change.

Do I somehow associate this code with an existing parameter control?  If so, how?  I have a mental disconnect on how this is supposed to work.

Thank you.

Todor
Telerik team
 answered on 27 Sep 2017
4 answers
588 views

Hi there,

My scenario is this....

Report 1: Has a sqldatasource which calls a stored procedure which takes in 2 parameters.

Report 2: Has a sqldatasource which calls a different stored procedure but takes in exactly the same 2 parameters.

Report 1 contains summary information. Report 2 contains detailed information.

I need to combine the reports. Therefore my thinking is that Report 1 will be the master and Report 2 will be the sub.

My question is: how can i pass the datasource params from Report 1 (Master) to the Report 2 (Sub)?

Any help greatly appreciated.

 

Geoff
Top achievements
Rank 1
Iron
 answered on 27 Sep 2017
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?