Telerik Forums
Reporting Forum
3 answers
192 views

Hi Team,

               I am unable to filter the report content using a external combo box. Is there any way to add filters to report. I have seen the Report Book for example but unable to enable the filter toggle in the report. If there is any demo for that Please let me know.

Stef
Telerik team
 answered on 05 May 2016
2 answers
415 views

I'm working with a Telerik report that I'm creating dynamically at runtime.   The report has a Telerik.Reporting.Graph with a single line series.   Works great - the problem is, I need to mark and label certain points along the curve. 

I have the marker data, that is I know exactly where I need them -  I just don't know how to do it.   Any suggestions?

Stef
Telerik team
 answered on 05 May 2016
5 answers
257 views
Dear Sirs,

First, you've got an awesome product!  We've been using your ASP.Net, WinForms and Reporting for a few years and we've produced great results from them...

Ok, old issue...  Within Reporting 2013 Q1, can we effect chart series tooltips?  I've read the older forum posts saying that it may be coming and now I see in the 2013 Q1 Online Documentation items for things like ActiveRegions but not sure how/if this can make it happen.

Basically, we have multiple line series on a chart each with PointMarks and no data labels.  It would be wonderful for a user to be able to mouseover a PointMark and see more information.

I've tried:
For i As Integer = 1 To SummaryData.GetUpperBound(0)
    Dim myItem As New ChartSeriesItem(SummaryData(i).sValue)
    If SummaryData(i).sValue1 = 0 And Me.ReportParameters("HideZeros").Value Then
        myItem.Label.Visible = False
        myItem.Empty = True
    End If
    myItem.ActiveRegion.Tooltip = SeriesName(2)
    chartSeries1.AddItem(myItem)
Next

This produces no compile or runtime errors and the chart looks great - but it does not enable a mouseover effect (aka tooltip) in the chart in the ReportViewer when the user moves their mouse over a series PointMark.

Hopefully waiting,
Steve
Stef
Telerik team
 answered on 04 May 2016
6 answers
531 views

Hello Telerik Team!

 I have a report in which I would like to use conditional formatting to change the background color of rows in a table based on a change in the value of one of the columns. Something similar to this example in Excel: http://superuser.com/questions/553899/alternate-grid-background-color-in-excel-when-a-value-of-a-single-column-changes

Is there a way to do this in the Edit Expression Dialog in Telerik Reporting Q3 2014?

Thanks so much!

em
Top achievements
Rank 1
 answered on 04 May 2016
1 answer
437 views
I have a vertical bar chart report.  I want to change the width of each category to be exactly 1.32 inches wide.  I have a table below the graph that I am lining up with the grid in the graph.  The Total Risk column and the Provisions SF6 column are just a couple pixels off.  See attached.  How do I set the width of each category column?
Stef
Telerik team
 answered on 04 May 2016
1 answer
309 views
Hi, i am using standalone telerik report designer. I designed a report that use crosstab item and create my columns dynamically. But columns width is static. I want to resize column by column count. So i bind column's width  to A formula but no change has occured. Please help me how can i do it
Katia
Telerik team
 answered on 04 May 2016
2 answers
306 views

Hi,

I would like my line chart series to start in the bottom left corner 0,0.  Please see the attached pic.

Thanks in advance.

 

Telerik Reporting 2013 Q2 SP1

 

Stef
Telerik team
 answered on 04 May 2016
1 answer
165 views

Hello,

I need to generate a pdf which will have some static content in two columns however there are some content which need not to be displayed in two columns fashion.

I have tried to achieve the same using ColumnCount property of the Report but it doesn't play nice with content which need to displayed in single column. So if there any way to specify Column Count property for specific content of the report, not the entire report?

I have attached screenshot of a sample pdf which has structure similar to the one I want to generate.

Thanks,

Bhavik

Stef
Telerik team
 answered on 03 May 2016
25 answers
872 views
Since the recent Q2 2013 update I have been having problems with the Report Designer.    Under VS 2012 it seems impossible to add a web based ReportViewer control to a webpage and have the control render correctly in design mode.  It does appear to work at run-time.

I have tried various suggested remedies all which fail to address the problem.  To confirm the problem actually exists, I completely removed all Telerik products including the Control Panel.  After confirming I had no Telerik products installed in my add/remove programs I then rebooted my system.  I removed the "telerik" folder in my c::\program Files (x86) folder.  I rebooted my machine.  I then installed a fresh copy of the control panel and reinstalled a fresh copy of all products.  

I then launched VS 2012 and created a RadControls Web project using the .NET 4.0 framework.  The project is the base template provided by Telerik.  I then dragged the report viewer control onto the default.aspx page.  It failed to render.  I was forced to add the "telerik.reportviewer.axd_*" line to the "system.webserver" section (as noted in the documentation).  While this allowed the project to run it did not resolve the design time issues of the report viewer.

I compiled the project, saved everything, rebooted, and then re-launched VS 2012 and confirmed that design time rendering of the report viewer control still fails.

Given I have a "blank" system, what am I missing?  Is this a known "feature" I have not seen documented somewhere?

Stef
Telerik team
 answered on 03 May 2016
1 answer
157 views

Application Type: ASP.NET

Telerik version: Telerik Report Q1 2014

Dev environment:  Visual Studio 2013

I am trying to create a chart using a stored proc as the data source. I can create a table using the data without a problem however when I create a chart it throws an error referencing a temp table I use in my SP. "An error occured while processing Chart 'Chart1' Invalid Object name '#Temp_StatsTable' "

Any input or direction would be much appreciated!

Thank you

Katia
Telerik team
 answered on 03 May 2016
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?