Hello Telerik Team
This is my Response
{
"Response": null,
"Response": null,
"Response": {
"Response": {
"Response": [
{
"Response": [
{
"Response": [
{
"Response": [
{
"Response": 35,
"Response": 2,
"Response": 2,
"Response": 31,
}
],
"Response": 5,
"Response": null,
"Response": "789",
},
],
"Response": 0,
"Response": null,
"Response": "45",
},
],
"Response": 9,
"Response": null,
"Response": "712",
},
],
"Response": "xyz",
"Response": "XYZ",
"Response": "XYZ",
"Response": "12",
"Response": "123",
}
}
}
Now i want to show this response in this design (My Design: Report should Look Like this)
I tried to design report using table but it looks like this (Actual Report: Report Created Using Table)
Also Tried with Crosstab but it was not looking good
i show your Demo Product Catalog ( https://demos.telerik.com/reporting/product-catalog?&skinName=default ) but it is just showing result it is not showing how can i do this.
I want to show my data same as you show in your demo.
also help me to show Icon as my design have (image: Report should Look Like this)
Hi,
I am generating report using Telerik Reporting v13.0
But facing some issue with sorting Crosstab.
Please find attached screens, where I have grouped Crosstab by "City" and wanted Sorting by "Name" ASC but that is not working
Grouped by City - Philadelphia (that is working)
But under this Group all record should sort by name
- CUP
- Globant
- Cognizant
Expected order should be Cognizant then CUP and then Globant , but that is not working
Thank you!
Prashant
How can I use the expression editor or some other means to assign a string to a numeric value. For example, I have status integer values that would show up in the legend of my chart but I want the proper string for those values. There are about 12 different status values with associated strings. How can I make this happen? I don't have a database table with the string values to join.
Thanks
I want telerik-reporting call angularjs
I've added the following libraries:Telerik.Reporting.dll,Telerik.Reporting.Services.WebApi.dll,Telerik.Reporting.XpsRendering.dll,Telerik.ReportViewer.Mvc.dll
file js:
$('#ReportViewer1').telerik_ReportViewer(
{
error: function (data) {
alert(data);
},
reportSource: {
report: '/Reports/Dashboard.trdx'
},
serviceUrl: '/api/reports/',
templateUrl: '/ReportViewer/templates/telerikReportViewerTemplate.html',
ready: function () {
this.refreshReport();
}
});
ReportsController:
protected override IReportResolver CreateReportResolver()
{
var reportsPath = HttpContext.Current.Server.MapPath("~/Reports");
return new ReportFileResolver(reportsPath)
.AddFallbackResolver(new ReportTypeResolver());
}
protected override ICache CreateCache()
{
return Telerik.Reporting.Services.Engine.CacheFactory.CreateFileCache();
}
Global.cs:
public static void RegisterGlobalFilters(GlobalFilterCollection filters)
{
filters.Add(new HandleErrorAttribute());
}
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
routes.MapHttpRoute(
name: "DefaultApi",
routeTemplate: "api/{controller}/{id}",
defaults: new { id = RouteParameter.Optional }
);
}
protected override void Application_Start(object sender, EventArgs e)
{
IocManager.Instance.IocContainer.AddFacility<LoggingFacility>(f => f.UseLog4Net().WithConfig("log4net.config"));
ReportsControllerConfiguration.RegisterRoutes(GlobalConfiguration.Configuration);
base.Application_Start(sender, e);
}
but its not working
who can help me
thanks a lots.
I am new to Telerik reporting and trying to figure out how to create a line chart to display the data that is attached in the first attachment. I want the line chart to follow the data in the dataset. The second screen shot is how I have the report set up and the third screen shot is the designer preview once I complete the report setup. The fourth screen show is the preview button preview, which is obviously not correct either. I thought I had an understanding of how to do this but I guess I don't. Please help me understand how to set this up.
James Wallace
We have successful integrated Telerik Reporting into our product and this is running as expected at a number of client sites. However, the integration is failing at a single client site. Our solution uses the ReportViewer control which we've added to a basic .aspx page. As part of our investigation we removed all the code-behind, and established that it was the following tag that was preventing the page from loading.
<telerik:ReportViewer runat="server" ID="ReportViewer1"Width="100%" Height="700px" BorderStyle="None" > </telerik:ReportViewer>
The error message doesn't reveal anything other than an error has occurred.
The .aspx page exists within a SharePoint site, and we have confirmed that the<SafeControl> tags are correct, and that the Telerik DLLs are correctly present in the GAC. As part of the investigation we installed the Telerik Designer and ran the failing reports successfully in the designer, preview the clients data in the report.
I would guess there is some security setting in the browser that is preventing the ReportViewer control from loading. Is there any configuration or restrictions for this component? Are there any Telerik logs that may reveal what the error is?
Dear Telerik,
My report on production is not function. I guess load balancer is involved.
I dont know what i could do. I'm totally stuck.
We have ongoing horrible issues with the Telerik reporting whereby textboxes will not resize to fit the content. Multi-line etc. is set as required and the field will ~90% of the time work and resize however the rest of the time it will not resize at all.
For example you may have text of:
Line 1
Line 2
Line 3
The textbox in the report will only show Line1 and then nothing, even though auto grow etc. are turned on.
This has been a massive problem for us and we get no end of support calls relating to this. We've tried to reproduce it however it depends on both the text content and the position on the page and other elements in the report. Understandbly clients are not happy if their report misses the description on an invoice or work order. We've lost countless hours on this now and are transitioning to a different reporting solution for most elements as we just can't take it any more!
I'm assuming the response from Telerik is the same as the other private tickets we've raised which is we cannot reproduce. I would encourage Telerik to take a look at the actual code and see what may cause the resize action to fail.
I would encourage anyone looking for a reporting solution that shows a dynamic amount of text, ie. 1 line at times or 2 or more lines other times, PLEASE DO NOT USE TELERIK REPORTING!!!! USE ANYTHING ELSE IF YOU WANT TO PRESERVE YOUR SANITY!