Telerik Forums
Reporting Forum
0 answers
151 views
I have an image that is stored in field whose datatype is Varbinary. When I try to display the image on the screen it give me Generic GDI+ errror.
Any idea how to resolve this ?


Regards,
Muhammad
Top achievements
Rank 1
 asked on 09 Feb 2018
4 answers
944 views
Hi there

I'm working on a report in which I have to take Sum of a field, I'm using this expression right now. =Sum(Fields.ReceivedAmount).
This expression works fine in Standalone reporting tool but when I apply the same thing over Reporting in Visual Studio all I get is the result shown in the attached picture. 
Can somebody help me out please if there is something out of the box needs to be done in here ?

Thank you
Muhammad
Top achievements
Rank 1
 answered on 09 Feb 2018
3 answers
1.1K+ views

I am using: Visual Studio Professional 2017 version 15.5.6

I am using : Telerik Reporting version 12.0.18.125

I am trying to create a report in visual studio using the visual studio report designer. Everything seems to be working great except when I open the data source tab and try to add an Object data source. I go through the whole wizard but after I complete the final step and click "finish", nothing happens. The data source is not added, no error dialog appears, nothing happens. 

Katia
Telerik team
 answered on 08 Feb 2018
6 answers
263 views

Hi,

I am created report and selected field which i want as document map. when i run the report in report designer it works fine and displays the document map as you can see in file 1 which is fine. i added the report to the project and when i run the project in chrome instead of field which i selected as document map it displayed the Report Title which you can see in image no 2. i have followed the steps shown in how to set document map page on telerik website. don't know why it is working in report designer and not in website

Please help me with this.

 

Kind Regards,

Savan K. Parmar

Katia
Telerik team
 answered on 07 Feb 2018
0 answers
90 views
Hello, 

I am currently working on a report where I want to display the image on to the report in picture box. When I try to do the same on Standalone Report Designer, it works like charm and no issue arise at all, but when I use the same thing into the Visual Studio  I am getting this Generic GDI+ error. I'm getting the value using expression "=Fields.OrganizationCompanyLogo". I can't give a path to get the picture because the logo varies on type of user's report so it has to be dynamically allocated. 
I am not sure what is it I am doing wrong or there something like can't be done in VS. I'm not a .NET programmer so I can't do that programmatically. Any help would be appreciated.

Regards, Asim
Muhammad
Top achievements
Rank 1
 asked on 07 Feb 2018
1 answer
213 views

Hi,

using visual studio 2015 with Telerik Reporting R3 2017, I don't have "wizards" tools in my toolbox.

Do you have any fix for this ?

 

Thank you

Silviya
Telerik team
 answered on 06 Feb 2018
3 answers
601 views

Hi Telerik,

We are using Telerik Reporting in HTML5 application. Currently we have some DevExpress report templates and want to load them in Telerik Reporting Viewer. Is there any tool available to convert DevExpress report templates to Telerik format? I searched the internet and there seemed to be a tool named XtraReports report converter. Can you tell me how to get and install it?

Thanks,

Kevin

Katia
Telerik team
 answered on 05 Feb 2018
1 answer
215 views
When we press the print icon in the report viewer we get:  Internal Server Error Parameter is not valid.  Instead of the printer dialog, which is available to any application in the browser. 

I read in another form post that the only way to fix this problem is to set printers up on the server, but in our case that's impossible.  Has this been resolved?    

Thanks
Andrew
Todor
Telerik team
 answered on 05 Feb 2018
4 answers
580 views

Hi Telerik, I am creating Telerik Report using Telerik REST Services. I created my report and now I want to use it in my company project. For that I created reference of Reporting project to my Company' Project and called the Constructor of Report. Here is code for that:

string ReportsPath = @"C:\ReportsDownload";
string reportFileName = String.Format("FormReport-{0}.pdf", frm);
string reportWebPath = String.Format("/Reports/{0}", reportFileName);
var formReport = new AQSRestServiceObject.AQSReport(); // Calling Report Constructor 
formReport.ReportParameters["FormNumber"].Value = 12476;
var processor = new ReportProcessor();
var result = processor.RenderReport("PDF", formReport, null);
using (var pdfStream = new MemoryStream(result.DocumentBytes))

using (var reportFile = new FileStream(Path.Combine(ReportsPath, reportFileName), FileMode.Create))
      {
          pdfStream.CopyTo(reportFile);
       }

As you can see above I am having FormNumber as parameter for my Report and it is coming by objectDataSource. When I run my project I get an exception and I need help to solve it.
Here is an Exception: 
System.InvalidOperationException: The view 'An error occured while evaluating the report parameters. Report source cannot be processed.' or its master was not found or no view engine supports the searched locations. The following locations were searched:
~/Views/Home/An error occured while evaluating the report parameters. Report source cannot be processed..aspx
~/Views/Home/An error occured while evaluating the report parameters. Report source cannot be processed..ascx
~/Views/Shared/An error occured while evaluating the report parameters. Report source cannot be processed..aspx
~/Views/Shared/An error occured while evaluating the report parameters. Report source cannot be processed..ascx
~/Views/Home/An error occured while evaluating the report parameters. Report source cannot be processed..cshtml
~/Views/Home/An error occured while evaluating the report parameters. Report source cannot be processed..vbhtml
~/Views/Shared/An error occured while evaluating the report parameters. Report source cannot be processed..cshtml
~/Views/Shared/An error occured while evaluating the report parameters. Report source cannot be processed..vbhtml

SourceControl 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.

 

Here is my ReportController Paths:
var appPath = HttpContext.Current.Server.MapPath("~/AQSReport");
var reportsPath = Path.Combine(appPath, "Reports");

 

Can anyone please help me to solve this exception.?

Todor
Telerik team
 answered on 05 Feb 2018
2 answers
647 views

I'm now using the 2018 version of the Telerik Report Designer but whenever I try to launch the application I receive the following error message;

 

System.TimeoutException: The operation has timed out. at System.IO.Pipes.NamedPipeClientStream.Connect(Int32 timeout) at Telerik.ReportDesigner.AppClient.Send(String m) at Telerik.ReportDesigner.WorkbenchHost.SendCommand(String applicationMoniker, String command, String param) at Telerik.ReportDesigner.WorkbenchHost.Run() at Telerik.ReportDesigner.Program.Main(String[] args)

 

This occurs when double clicking the report file within Visual Studio 2015 and also when launching the standalone application.

If I reboot my computer I am able to launch the application but when I close it and reopen it this is when the error occurs. 

Please advise, as it is not convenient for me to reboot my computer every time I need to use this application.

A screenshot of the error is also attached.

Thanks.

 

Todor
Telerik team
 answered on 05 Feb 2018
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?