Tagged Questions

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

learn more… | top users | synonyms

20
votes
2answers
5k views

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 ...
3
votes
1answer
670 views

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"); ...
2
votes
1answer
120 views

Telerik Report times out when run remotely, but not locally

Hope I can explain this correctly.. Silverlight Application Telerik Reports (in a separate Class) Web appliation hosting the Silverlight -- provides access to the reports via a ReportService.svc that ...
2
votes
1answer
303 views

Methods of providing custom reports for an asp.net application

In our windows application, we used crystal reports. If a customer needed a custom report, we could create it and then send them the rpt file. The customer would then simply add the report file to a ...
1
vote
0answers
136 views

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 ...
1
vote
1answer
97 views

Telerik Report omitting data

After performing a product evaluation by one of the managers other can change the scoring for certain categories. This changes in scoring are stored in the database for reference. The structure of ...
1
vote
1answer
177 views

Telerik reports subreports

I'm starting with telerik reports so I have one question. In my report I need to create maser report for every chosen product and below it I need to show report for each selected product detailed. So ...
1
vote
1answer
171 views

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 ...
1
vote
0answers
18 views

Custum message in Tablewizard

Iam working on telerik reports Q1 2011,In telerik reports how to show a custum message in table wizard,when table has no data.
1
vote
0answers
218 views

Telerik reporting - fields in report header not refreshing

I have a report that has a ReportHeader section that has a couple of fields that I set in code - that aren't populated from a DataSource. That is, in the designer I put aTextBox in the ReportHeader ...
1
vote
1answer
367 views

Grand totals in Telerik Reporting

I'm trying to put together what I had thought would be a fairly simple report using Telerik Reporting, and I'm having a problem. The data source is a DataTable containing outergroupid, innergroupid, ...
1
vote
0answers
80 views

Telerik reporting: multiple text boxes side by side, and shrinking

I would like to put multiple textboxes side by side between two labels, like this: ([=Fields.city] [=Fields.state] [=Fields.zip]) and have them display like this: (Punxsutawney PA 15767) ...
1
vote
0answers
349 views

Telerik reporting: problem getting DataSource to be recognized at design time

I am new to Telerik reporting. I have been trying to follow this KB article, more or less. The approach described there bypasses the Wizard. I need to bypass the Wizard because the database is SQL ...
1
vote
1answer
329 views

Telerik Reporting Class Library not found C#

I created a new Telerik reporting class library (single report for now) which builds successfully in VS2010 [10.0.30319.1 RTMRel] I want to test/debug, so I add a WinForms project called "Tester" to ...
1
vote
1answer
472 views

How to create a crosstab programatically with Telerik Reporting?

I am working with the telerik reporting platform. I am trying to create a crosstab programatically and I cant seem to find any documentation on this particular subject. I have created a forum post ...
1
vote
0answers
633 views

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 ...
1
vote
1answer
468 views

Telerik reporting in Silverlight, parameters are not arriving to server

I'm passing parameters this way: public PrintReport() { InitializeComponent(); this.ReportViewer1.RenderBegin += new ...
1
vote
2answers
639 views

binding a table to a dictionary in telerik reporting c#

I want to bind a table to a list of objects, each object has a IDictionary. public ObjectInstance { public IDictionary<string, object> Dictionary { get; set; } The source is a ...
1
vote
1answer
140 views

How to display single scalar value in Telerik Report?

I need to show a single value in telerik report. I need to pass report parameters to the function that returns this single value and and display that returned value in a textbox in the body of the ...
1
vote
1answer
141 views

Localization from database in Telerik Reporting

I am currently testing Telerik Reporting to replace our current report solution which is some kind of scripting tool that pulls the localized version of a term from the database. Example: A label ...
1
vote
1answer
515 views

Telerik Reporting - Subreport - reportsource

I have been working with reports for the past one month or so. I am presently working with subreports. Say I have a telerik reporting file (report_1) which has a subreport element in it. In the same ...
1
vote
2answers
395 views

Sorting by Date which may be empty with Telerik Reports

Have a column in a report which a string date field in the format of MM/dd/yyyy. Some of those columns may contain empty strings. Having a problem sorting a section. I am about 10 hours in to ...
1
vote
1answer
418 views

Print Multiple Telerik Reports?

I currently have an ASP.Net/C# system which allows the User to Dynamically Create/Export (PDF) Telerik Reports for Employees in the database. The User is given the choice to Select from a list of ...
1
vote
3answers
398 views

How to pass a value from ASP.NET MVC controller to ASP.NET webforms control inside MVC View?

My way to ASP.NET MVC was not across ASP.NET Web Forms, so it's hard for me to understand how better to pass value from ASP.NET MVC controller to ASP.NET webforms script which is inside MVC View. For ...
1
vote
0answers
188 views

Telerik Aggregate report - Incorrect data is coming in Sub report

I've created a report under which I am having 3 sub reports. For first and third report, detail section is having only one line text and for second report, detail section contains the single item ...
1
vote
1answer
413 views

Telerik Reporting inside a WPF MAF (System.Addin) control

I am using MAF (System.Addin) to display a WPF control onto a shared main form. When I add the telerik reportviewer I am getting a exception that I am trying to access a different thread then the one ...
1
vote
1answer
417 views

Telerik Report Viewer messed up

Telerik Report messed up like this Tried this fix that the article suggests but in vain..ie added "preCondition" attribute but we.config says preCondition="integratedMode" Attribute is not ...
1
vote
0answers
336 views

MVC2: Non-view aspx page in iframe

I have a contradiction to deal with: I need to make a stylesheet load for a reporting object (for ASP.NET -- it requires runat), however, it won't compile when I have <% %> tags in . I need the ...
1
vote
2answers
135 views

Hyperlinks Rendered in PDF

I have a report that is created using Telerik Reporing 2010. You have the ability to export to PDF. One of the cells contains a standard hyperlink that when viewed from the report view works fine The ...
1
vote
1answer
491 views

Issues with putting Charts on Groups

I am trying to get a Chart to work in the Header for a Group in Telerik Reports. I am using a pie chart, and I am using the DataGroupColumn property. The code is below ...
1
vote
0answers
183 views

Font Times New Roman 11,25 Regular is not supported in telerik reporting

I'm having some trouble exporting to PDF in Telerik Reporting Q2 2008. It seems that for some reason, exporting to PDF ( or printing, which is the same, it first exports to PDF, and then prints ), is ...
0
votes
0answers
18 views

How to pass DataView or DataTable to Telerik Report for use as the report's DataSource

EDIT: Never mind. Found a document showing use of DataView as datasource: I have presented the user with a grid whose datasource is a DataView, and the user has filtered out some of the rows by ...
0
votes
0answers
28 views

Download pdf not happening

Download pdf not happening.I have telerik report.I am rendering as pdf and downloading it.Using this code download not happening.When i am adding "" to its working fine.But this time progress not ...
0
votes
0answers
41 views

Lanscape Report Issue - Telerik Reporting

i am using telerik reporting and am trying to create a landscape dashboard with some charts, i have set the page to be of landscape type, meaning thereis : this.PageSettings.Landscape = true; I ...
0
votes
1answer
34 views

Sizing axis and Adding a consant line

I am creating a dashboard with some reports for an application i am building(using Telerik Reporting), I've come across 2 questions: The first being - i have some chart values which are sometimes ...
0
votes
0answers
70 views

Telerik Reporting - MVC3

I developed a solution in MVC3 C# ASPX, added reporting project where I developed my reports, included the project reference in the published MVC solution. When I open any report, the buttons (dates ...
0
votes
0answers
120 views

Telerik Report Printing Issue

I am using Telerik_Reporting_2009_3_1211_dev/Reporting Q3 2009 version. I am facing a problem while printing a report that spans multiple pages. It is printing only the part of report that is ...
0
votes
1answer
38 views

How to write an Oracle stored procedure that can be used by the Telerik report wizard?

I looked online for this information and I couldn't find too much. How do I write a stored procedure that returns the results of a SELECT statement to a Telerik report? It is pretty simple to this ...
0
votes
1answer
142 views

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> Available I ...
0
votes
1answer
358 views

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 ...
0
votes
1answer
147 views

How to export Telerik Data into .csv file in asp.net c#

I have develop a small application in asp.net and i have genarate Telerik reports to get data,in aspx i took the telerik report viewer and when i run and click the button it genarate ".pdf" file it's ...
0
votes
1answer
99 views

Telerik Reporting: how to handle null dates that generate red error box on the report?

A date field supplies the value for one of the textboxes on the report; here's how the textbox property page looks: Value =Fields.eventdate.ToString("D") When eventdate is null, the ...
0
votes
0answers
44 views

Render report in current HTTP Request ?

As i saw the telerik reporting for ASP.Net AJAX render the report in another request or in some async manner. what i want is how can i tell reportviewer to render the report in the current request ...
0
votes
1answer
169 views

How to concatenate more fields in one textbox separated by “/” in Telerik reporting

I want to know how to concatenate more fields in one text box in Telerik reporting separated by "/" in expression of text box.
0
votes
2answers
376 views

Having Column Header in All pages - Telerik Report Viewer

I am trying to show a report using telerik report viewer. I have one problem with this. The Header Name for all columns are displaying only in first page . How can i make visible in all pages.
0
votes
1answer
346 views

Cannot bind to list<T>.property or list<T>.item.property in details section of Telerik report

I have created a Telerik report and I am setting the datasource on runtime to an object with some properties and a List. I am using the properties in the page and report header sections and i want to ...
0
votes
1answer
316 views

Why does my Telerik report not recognise its A4 page size?

I have just created a new Telerik report, and set its page size to A4, portrait, yet the default page width is 140mm, way short of the A4 standard 210mm. What is going on with the report or the ...
0
votes
1answer
925 views

Telerik ReportViewer - when using within a user control the control bar doesn't appear correctly

When using the Telerik ReportViewer control from inside a user control, the control bar (bar with navigation & exports buttons etc) doesn't appear to display correctly. Only the navigation buttons ...
0
votes
2answers
59 views

Designer Popup Editor Issue

In a custom toolset I have installed for Visual Studio, there is a popup window that should appear to me so that I can manipulate one of the lists (an in-built editor). The component is Telerik, but ...
0
votes
1answer
608 views

Report Metadata in a Collection of [Telerik] Reports

I have a rapidly growing set of Telerik reports in my web project. My data providing strategy is that each report has an companying text file containing a SQL query. I handle complex filter ...

1 2