Questions tagged [telerik-reporting]

Telerik Reporting is a .Net reporting solution for building rich and interactive reports. It provides a Visual Studio-based report designer and report viewing clients that work across all .Net platforms (ASP.Net, Silverlight, WPF, WinForms, and Azure).

Telerik Reporting is a .Net reporting solution for building rich and interactive reports. It provides a Visual Studio-based report designer and report viewing clients that work across all .Net platforms (ASP.Net, Silverlight, WPF, WinForms, and Azure). Moreover a stand alone report designer that can be used without Visual Studio installed on the machine is also available with the same module.

401 questions
42
votes
6 answers

Telerik Reporting over SSRS?

Broad question is: Is there anything Telerik Reporting can do that SSRS (2005) cannot? Specifics: We're looking to migrate our current Reporting infrastructure from in-house ASP.NET + Crystal (VS Edition) to something else. Ignoring the cost factor…
JPot
  • 4,175
  • 4
  • 23
  • 22
29
votes
6 answers

How can I convert a string length to a pixel unit?

I have a string like this: string s = "This is my string"; I am creating a Telerik report and I need to define a textbox that is the width of my string. However the size property needs to be set to a Unit (Pixel, Point, Inch, etc). How can I…
ScottG
  • 10,711
  • 25
  • 82
  • 111
21
votes
7 answers

"Value cannot be null. Parameter name: instance" error when trying to open telerik report

In my solution I have telerik reports and when trying to open them in Visual Studio 2010 designer, I am getting this error: Value cannot be null. Parameter name: instance Call Stack at System.ComponentModel.TypeDescriptor.AddAttributes(Object…
Ferid Š. Sejdović
  • 998
  • 4
  • 18
  • 48
16
votes
1 answer

Telerik Reporting - can't export in Chrome when using SqlDataSource

EDIT 2: Using fiddler I was able to find out that I'm getting a 504 error, but it makes no sense to me how that could possibly be happening. EDIT: It seems to have something to do with connecting to SQL Server. I found I can export reports that…
BVernon
  • 3,205
  • 5
  • 28
  • 64
7
votes
4 answers

Telerik Reporting HTML5 pass parameters

I've tried the MVC helper and the standard HTML5 viewer. I'm curious if anyone has been able to successfully load a report containing parameters using the new viewers. I cannot get any feedback from Telerik. @{ var report = new UriReportSource()…
Precious Roy
  • 1,086
  • 1
  • 9
  • 19
6
votes
1 answer

Error while rendering '&' in telerik html textbox

How can I handle an ampersand ("&") character in a Telerik HTML textbox? While rendering, it's giving me an error. Also, does anybody know about any other character that may cause errors in an HTML textbox?
Joby Kurian
  • 3,699
  • 4
  • 30
  • 38
6
votes
2 answers

Telerik Reporting ObjectDataSource with dependency injection

I am developing an asp.net mvc 5 web application. There is a class library only for telerik reports[no trdx]. I am using TypeReportSource to resolve report and NeedDataSource event of report file to fetch data from database. In the whole project i…
Rased Dot Net
  • 530
  • 3
  • 14
5
votes
1 answer

Table being cut off after first page

I'm working on creating a report for a client. I've attached an image to show what I'm expecting (the left side), and what I'm getting after the first page (the right side). The Group Detail section is comprised of a table. I've tried adjusting the…
PiousVenom
  • 6,888
  • 11
  • 47
  • 86
4
votes
1 answer

how to set lable value with their % value in telerik Pie chart

When I generate telerik Pie chart. I want to concatenate lable value with %data value but I am not getting both values.my code- ChartSeries objChartSeries = new ChartSeries("Pie"); objChartSeries.Type = ChartSeriesType.Pie; …
ppp
  • 303
  • 2
  • 9
  • 22
4
votes
0 answers

Change Telerik subreport path

I have a problem with Telerik Reporting. I have defined main report in trdx file. It contains subreport, also defined in trdx file. In designer it is working fine but when I've put this report on my website I'm getting an error: "An error has…
Paweł Reszka
  • 1,557
  • 4
  • 20
  • 41
3
votes
3 answers

Nested table in Telerik reporting?

I couldn't find any solution regarding this matter. If anyone use Telerik and have any idea about this please post. :) Currently I have an ojbect: Absence -> List Available I was successfully pass the List object to the main table and…
DucDigital
  • 4,580
  • 9
  • 49
  • 97
3
votes
1 answer

How to get this telerik reporting chart to render correctly.

I have constructed a collection of data series items. Each data series has multiple data points. I am binding all this to a bar chart. That data binding is working fine however for some reason beyond my comprehension the reporting engine has…
BentOnCoding
  • 27,307
  • 14
  • 64
  • 92
3
votes
3 answers

Telerik Reporting | Set Report Parameter Via Query String

Problem: I am trying to pass a Report Parameter value from the query string on the page to my report that already has the parameter defined. I just can't seem to get the value passed all the way to the report. Telerik.Reporting.Report…
3
votes
1 answer

How to deploy telerik reporting REST API(.NET Core 3.1) with docker container+kubernetes on Ubuntu Host OS

This is my host os details NAME="Ubuntu" VERSION="18.04.5 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.5 LTS" VERSION_ID="18.04" This is my docker file FROM mcr.microsoft.com/dotnet/aspnet:3.1-bionic AS base WORKDIR…
mr muller
  • 31
  • 1
3
votes
1 answer

telerik reporting: variable column width in programatically created table

I'm dynamically creating the columns of a table in a telerik report. This is the code: //create two HtmlTextBox items (one for header and one for data) which would be added to the items collection of the table …
user761573
  • 201
  • 4
  • 11
1
2 3
26 27