Telerik Forums
Reporting Forum
1 answer
110 views

I cannot seem to get the toggle visibility action for detail or group sections to work in the newest version. I see in the release notes that IToggleVisibilityTarget and ToggleVisibilityTargetCollection are now obsolete and deprecated. I made sure that the report I'm working on is not using those. It is using the IActionTarget. It works fine for textboxes within the same report section, but it does nothing when you try to have a detail or group section toggled. Here is a code snippet:

 

Telerik.Reporting.ToggleVisibilityAction toggleVisibilityAction1 = new Telerik.Reporting.ToggleVisibilityAction();

toggleVisibilityAction1.DisplayExpandedMark = false;
toggleVisibilityAction1.Targets.AddRange(new Telerik.Reporting.IActionTarget[] {this.detail});
this.textBox5.Action = toggleVisibilityAction1;

 

This is also isn't working for groupHeaderSection/groupFooterSection, whereas it was working fine in the previous version.

I have the detail section visibility set to false. When I click the expand option it processes the report again and the toggle mark goes from + to -, but the detail section is not visible. Is there something wrong on my end or is there a known issue?

 

Thanks

Nasko
Telerik team
 answered on 06 May 2016
2 answers
267 views

I have a table with one column filled with images from a database.

I don't know how big the images are and also the aspect ratio is unknown, so I have a custom function to resize them to a max. size to fit the page and set the Sizing mode of the PictureBox to "AutoSize".

Now I have the problem that the PictureBox inside a table cell always seems to be in Docking mode ("Fill"), so if there are multiple images, all will get stretched to the width of the largest one.

How can I prevent this?

 

You can easily reproduce it without a database, just put a table on the report and add different sized images to it, see the attached examples.

gipsy
Top achievements
Rank 1
 answered on 06 May 2016
3 answers
238 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
459 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
296 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
572 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
483 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
341 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
334 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
184 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
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?