Telerik Forums
Reporting Forum
6 answers
127 views
Line chart does not show any line or dot for a single value of X Axis.
Ivan Hristov
Telerik team
 answered on 13 Feb 2017
3 answers
388 views

Dear support team,

We have implemented an ASP.NET Core REST Service controller which inherits from Telerik.Reporting.Services.AspNetCore.ReportsControllerBase. In addition, we have designed a report that consist of an ObjectDataSource, which is expected to call a function from a particular class, in order to get the report data.

When HTML 5 Report Viewer requests for the report from the REST service, we get the following error:

An error has occurred while processing Report 'ReportName':
The assembly "MyAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" is not
permitted to be used by an ObjectDataSource component. Please include it in an AssemblyReferences element in the
Telerik.Reporting configuration section of your application configuration file.

According to other posts, this error most likely occurs because the assembly name has not been added to the 'Telerik.Reporting/AssemblyReferences'  section of the web.config of the project. In our case though, we don't have a web.config file since we are using ASP.NET Core.

Could you please advice how we could overcome this issue?

 

Kind regards,

GD

 

 

Georgios
Top achievements
Rank 1
 answered on 13 Feb 2017
1 answer
149 views

Hi,

 

I have a request to add in Kendo.Editor a table copy pasted from Word/Excel. The editor performs good. Now my issue is that i created a template for a report and the content of this editor needs to be in the report. I use TelerikReporting v10.2.16.1025.

The report is not translating the table from Word in a nice table in the report. It just puts the content in a row and the content is the table content row by row.

Is there an option to do this? BTW, the report have a the element HtmlTextBox as object to add data in.

 

Regards,

Vlad

Stef
Telerik team
 answered on 10 Feb 2017
1 answer
157 views

I am facing misalignment problem in header while exporting a report. and if i try to resolve the problem in export file by stretching the text box in report (design time),  then the actual report on browser looking bad(The alignment should left for header label and its value ).I am attaching 2 images to show header in exported file and actual report.

Please help me to come out of this.

Stef
Telerik team
 answered on 10 Feb 2017
3 answers
158 views

While i am Exporting a Excel 97-2003 file from Telerik server, the header alignment of report is getting bad alignment in exported file only.

when i brows the report on telerik server it is showing correct header alignment, but the problem is only in exported file.

I am attaching 2 captured images with report and exported file,please have a look.

Stef
Telerik team
 answered on 10 Feb 2017
3 answers
140 views

Hello,

I'm using the programmatic printing method described in this page. It's working so far, but is there a way to detect if the printing fails after calling the reportProcessor.PrintReport() method?

Thanks,

Shane

Shane
Top achievements
Rank 1
 answered on 10 Feb 2017
2 answers
942 views

Hi, new to the forum.

I'm trying to make Report Designer work for me.  All the YouTube material I have come across says that you don't have to do any programming with Report designer, but all the pages I come across from telerik.com talk exclusively about code.  I want to create, view, and edit a report without writing code.  Is there a start-to-finish/soup-to-nuts tutorial (video, screenshots, etc) to get me started?

I have thus far been unable to find such a guide.

Stef
Telerik team
 answered on 09 Feb 2017
2 answers
476 views

Hello,

I have attached an image of table in report. please refer.

As per attachment, In the field of table where column is '%Completion' (C) and row no is  third(in green), i want division of field (No of  Elearning Courses on Curriculum(A) and No of  Elearning  Courses completed(B)) , but when i use (fields.No of  Elearning Courses on Curriculum / fields.No of  Elearning  Courses completed) the report shows divide by zero error.

please help me to come out of this.

Stef
Telerik team
 answered on 09 Feb 2017
1 answer
125 views
I'm using  reporting in application to render a report view. The problem is, I use procedure to run my report. Only SUPER user(root) and user assigned as Definer of the procedure can be used to access database in my application's connection string. Otherwise, loading report results with an exception. But really need to be able to populate with any account connected to . Is there any way to achieve this? 
Ivan Hristov
Telerik team
 answered on 09 Feb 2017
1 answer
96 views

I looked for this and didn't find anything so I am asking it here.  I have a trdx report I built and am trying to get it to work in my application.  I have a stored proc that requires 2 parameters, agentNumb and orderBy.  I am using the uriReportSource and I cant seem to figure out how to pass it the sql parameters.  The only way I can get it to work is to add the actual values to the trdx file in code view. Online I have found this, but still cant get it to work:

        Dim uriReportSource As New Telerik.Reporting.UriReportSource()
        ReportViewer1.ReportSource = uriReportSource
        ' Specifying an URL or a file path
        uriReportSource.Uri = "Reports\AgentInvestorsList.trdx"

        ' Adding the initial parameter values
        uriReportSource.Parameters.Add(New Telerik.Reporting.Parameter("@AGENT_NUMB", agentNumb))
        uriReportSource.Parameters.Add(New Telerik.Reporting.Parameter("@ORDER_BY", orderBy))

Any help would be greatly appreciated.

Peter
Telerik team
 answered on 09 Feb 2017
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?