Telerik Forums
Reporting Forum
5 answers
287 views
Hello everyone,

I want to export report object to database. 

The idea is to convert the object to byte array and then write to database.

But the problem is that the Telerik.Reporting.Report object cannot be converted to byte array because [Serializeable] attribute is not defined in the class.

My question is that, is there any solution to this. Can anyone give other solutions to export object to database or any workaround?

Thank you.
Stef
Telerik team
 answered on 05 Sep 2014
1 answer
104 views
I'm just evaluating Reports.  The first question that comes to mind is: Can reports created in VS Designer be opened and modified in Standalone Designer, and/or Can reports created in be opened and modified in  Standalone Designer be opened and modified in VS Designer?  is any functionality lost?
Nasko
Telerik team
 answered on 05 Sep 2014
1 answer
854 views
Hi there 

Try to make it work the HTML5 Telerik report and I have not managed to get it, they can appreciate please attach a demonstration of this. Currently I have the latest version of Telerik Reporting Q2 2014 SP1 (Version: 8.1.14.804) and Visual Studio 2013. 

Thanks a lot 
Nasko
Telerik team
 answered on 05 Sep 2014
3 answers
304 views
I'm getting having a few issues with the MVC reporting implementation. I followed every step in this link here: http://www.telerik.com/help/reporting/mvc-report-viewer-extension-embedding.html, but I can't even display the product catalog report from adventure works. Initially, i was getting a JSON.Parse error in this function: On line 4, line 743 in the telerikReportViewer-8.1.14.804.js file included in my project.

01.function formatXhrError(xhr, status, error) {
02.            var err;
03.            if (xhr) {
04.                var msg = JSON.parse(xhr.reponseText);
05.                if (msg) {
06.                    err = msg.message;
07.                    if (msg.exceptionMessage) {
08.                        if (err) {
09.                            err += "<br/>";
10.                        }
11.                        err += msg.exceptionMessage;
12.                    }
13.                }
14.            }
15.            if (error) {
16.                err = error + ":<br/>" + err;
17.            }
18.            return err || error;
19.        }

After I stepped through the javascript, I found that the STATUS being passed into the function was a "parser error" and the ERROR was "unable to get report parameters". Initially, I was using the adventure works database and product catalog report, but I just decided to design my own from my own database. I used the report wizard inside Visual Studio 2012 and the preview worked great. However, as soon as I added it to the report viewer on my page, I get stuck here again.... Not sure what to do, because none of my reports take parameters. The report viewer shows up on my page no problem, but nothing is displayed.

My Razor page I'm displaying the report viewer on.
01.<div class="row fluid spacer" style="margin-bottom:0px">
02.    <div class="md-col-12">
03.@{
04.       var dataSource = new UriReportSource() { Uri = "recipients.cs" };
05.        //dataSource.Parameters.Add(new Telerik.Reporting.Parameter() { Name = "CheckNumber", Value = "2315527" });
06. 
07.    }
08.@(Html.TelerikReporting().ReportViewer()
09.       .Id("reportViewer1")
10.       .ServiceUrl("/api/reports/")
11.       .TemplateUrl("/ReportViewer/templates/telerikReportViewerTemplate-8.1.14.804.html")
12.       .ReportSource(dataSource)
13.       .ViewMode(ViewModes.Read)
14.       .ScaleMode(ScaleModes.SPECIFIC)
15.       .Scale(1.0)
16.       .PersistSession(false)
17.       )
18.</div>
19.    </div>

You can tell I tried just messing with adding paramters, but no luck.



Stef
Telerik team
 answered on 05 Sep 2014
1 answer
119 views
Hello,

We need a reporting tool with the ability to report across multiple distinct cube data sources into a single cumulative report.  Our current tools can only target a single cube at a time.  They are the premade cubes from TFS and we don't want to create any new data structures.  Is this possible with Telerik reporting?

Thanks!
Nasko
Telerik team
 answered on 05 Sep 2014
1 answer
278 views
Hello everyone.

Well, i work with internal and external address. My problem is when i try to use the report from external address.

If i put the value that the picturebox are receiving and put to the web browser i can see the image, but in the picture box i receive the following message:

An error has occurred while processing PictureBox 'pictureBox6':
Invalid image data.
------------- InnerException -------------
Unable to connect to the remote server
------------- InnerException -------------
A connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed because
connected host has failed to respond xxx.xx.xxx.x:xxx


If i use the same report at internal adress it work fine!

I'm using version 8.1.14.618

This was working fine, i don't know when stopped working...
 
Thanks.


MARIANO
Top achievements
Rank 1
 answered on 04 Sep 2014
1 answer
168 views
Hi,

is it possible to add graphs dynamically to one report at runtime? I don't know how many graphs I do have when designing the report.
If it is possible, how do I achieve this?

Thanks.
Peter
Telerik team
 answered on 03 Sep 2014
3 answers
174 views
Our requirement is to display a logo on the right side of the report header. Putting a panel in the header and aligning it to the right only works during design time. If the report layout is changed while viewing from portrait to landscape, the logo does not stay docked to the right edge.

1. Is this a limitation of the docking mechanism?
2. Is there a plan to fix it?
3. Is there any workaround for this we can do in the code (manually update the position based on some event)?
Stef
Telerik team
 answered on 02 Sep 2014
2 answers
355 views
Hello everyone

I'm currently developing a WinForm application for our company which should be able to print labels. And I also have a print preview. For the preview I'm using Telerik.ReportViewer class. The preview itself is working fine and so is the print.

But I have one little issue: The ReportViewer displays a vertical scrollbar. I thought maybe the label is too big so I resized it to 0.5cm height and 0.5cm width so it won't be too big. But the scrollbar is still there and I'm not able to remove or hide it. Is there any property to do this? What I could do is to increase the height of the ReportViewer but this is a very bad solution and I don't want to go this way.

I hope someone can help me.

Suggestions very appreciated :)

Regards,
Roman
Roman
Top achievements
Rank 1
 answered on 02 Sep 2014
1 answer
397 views
I am using Telerik Report Designer Q2 2014 trial version.I need support from your end for solving follow problem.



I need to design a report with binding data horizontally on detail section as below



Header1Data11 Data12 Data13

Header2   Data21 Data22 Data23

Header3 Data31 Data32 Data33



So I used
Table/Crosstab for that with rotate layout.This is fine, but when the
records are more then, there is no pagebreak property for
table/crosstab. As expecting suggestion from your side, If I use detail
section for pagebreak, then how can data will bind horizontally on
detail section as below



===============Detail Section==================



Header :  Fields.CompanyName  Fields.CompanyName  Fields.CompanyName



============================================



Straight Forward: Table had 5 records in attached screen shot.I need to get 3 records per page. 



Give me proper suggestion to achieve my desire report layout
Stef
Telerik team
 answered on 02 Sep 2014
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?