Telerik Forums
Reporting Forum
0 answers
351 views

Hello,

I am new to Telerik, and am having trouble opening the x86 Report Designer.  I get this message:

Fatal error in workbench.  Now closing... An error has occurred while loading the ReportDesigner's Workbench.

Is there a log file somewhere that can get me more details on this?  What could be causing this issue?

Charlie
Top achievements
Rank 1
 asked on 24 Feb 2022
0 answers
176 views

My Blazor application uses an API for all its data and reporting etc

In my _Host.cshtml I have the following line

@* For Reports service hosted in another application / Report Server use absolute URI: *@
<script src="https://localpc/localapi/api/reports/resources/js/telerikReportViewer"></script>

and the report views OK.

When this goes into production, the localpc/localapi will change, the API will be hosted on the customers server

So, without change my code and re-compiling can I make this variable / configurable?

Thanks

Andrew
Top achievements
Rank 1
Iron
 asked on 24 Feb 2022
1 answer
545 views

We are looking for a reporting tool for our website and I am going through the Telerik Reporting.

The requirement is that the webapp should connect to a datasource and then the user

should be able to dynamically create and run a report. What I am seeing in Telerik

reporting is that I need to create a report metafile using the reporting tool and then

use that to run a report  from the site.

 So the question is does Telerik reports got the capability to dynamically create a report

from my website? Am I missing something? 

 

Greatly appreciate your input

Dimitar
Telerik team
 answered on 24 Feb 2022
1 answer
95 views
Hi support team,

I have some trouble try to group data by datetime when adding another Graph series.
If I try to categorize the data by Date only, the data will stay together.


However, if I try to group them by DateTime, the data will be like this.


Thanks.
Todor
Telerik team
 answered on 23 Feb 2022
0 answers
149 views

hi

 

Telerik report does not display data at production sometimes 

 

Using asp.net core application along with wcf service call

 

Can you please help what is the root cause for this

Bijesh
Top achievements
Rank 1
 asked on 23 Feb 2022
1 answer
239 views

How can I bind one of the result set from stored procedure that returns multiple data sets in telerik report designer?

I need to bind first result set to a table and second result set to a list, how can I do this ?

Todor
Telerik team
 answered on 22 Feb 2022
1 answer
114 views
A client of ours is using the old version (Telerik Reporting Q1 2013) in his project, they had it coded by another company before and they want us to maintain it and wants to change some of its reports. So we can see what's in their current reports. Can u share TRIAL version link of Telerik Reporting Q1 2013 that we can see whats going on their asp.net framework project.
Stacey
Telerik team
 answered on 21 Feb 2022
0 answers
150 views

Hello,

I have an issue with HTML5 Report Viewer 13.0.19 when exporting Excel.

It seems that if the size of the resulting excel is big aprox 15MB you get an error when open it saying there is a problem with the content of the .xls file, if you try the report with partial data then the resulting excel of those partial reports are ok,

Is there any known issue with this?

Regards.

Toni
Top achievements
Rank 1
 asked on 21 Feb 2022
1 answer
2.0K+ views

Hi,

I have 2 tables in my report , each report has different data, it works very well, but there are 2 problems:

1) The measured table a lot of data, therefore it appears on more than one page, is that possible that the header of the table will always displayed on each page? ( I tried to set the 'ColumnHeaderPrintOnEveryPage' and it's not working)

2) The target value takes only one page , so I want the the table will continue showing up in every page the measured table exist.

this what happened now in page 2

The table measured Values has no header, and Target Values is empty (appears only in the first page)

 

thank you!

Todor
Telerik team
 answered on 21 Feb 2022
1 answer
7.6K+ views

I have an application using ABP.IO framework. This framework implements Swagger on the Host side (REST service application). I've added the package Telerik.WebReportDesigner.Services (16.0.22.119) in the project and have compiled. I'm getting this error below and Swagger is no longer working. I've tried to override the method SaveReport and add [HttpPost], also to add [ApiExplorerSettings(IgnoreApi = true)], but, it is not working.

[16:06:51 ERR] An unhandled exception has occurred while executing the request.
Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Ambiguous HTTP method for action - Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase.SaveReport (Telerik.WebReportDesigner.Services). Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0
   at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperations(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
   at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GeneratePaths(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
   at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwagger(String documentName, String host, String basePath)
   at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at IdentityServer4.Hosting.IdentityServerMiddleware.Invoke(HttpContext context, IEndpointRouter router, IUserSession session, IEventService events, IBackChannelLogoutService backChannelLogoutService)
   at IdentityServer4.Hosting.MutualTlsEndpointMiddleware.Invoke(HttpContext context, IAuthenticationSchemeProvider schemes)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at IdentityServer4.Hosting.BaseUrlMiddleware.Invoke(HttpContext context)
   at Volo.Abp.AspNetCore.Uow.AbpUnitOfWorkMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
   at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
   at Volo.Abp.AspNetCore.ExceptionHandling.AbpExceptionHandlingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
   at Volo.Abp.AspNetCore.ExceptionHandling.AbpExceptionHandlingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
   at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
   at Volo.Abp.AspNetCore.MultiTenancy.MultiTenancyMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
   at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Builder.ApplicationBuilderAbpJwtTokenMiddlewareExtension.<>c__DisplayClass0_0.<<UseJwtTokenMiddleware>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
   at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)

 

 

 

 

Dimitar
Telerik team
 answered on 17 Feb 2022
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?