Telerik Forums
Reporting Forum
3 answers
402 views
Hi
I use the Report for asp .net.
It all works OK, however when I use print function from the Viewer it says "Printing: Telerik.ReportViewer.axd"
and then windows print spooler's document name is "Telerik.ReportViewer.axd.pdf"
Can I change "Telerik.ReportViewer.axd" to whatever I want in both print progress and print spooler?
Thank you.
Stef
Telerik team
 answered on 09 May 2016
3 answers
436 views

Hi to all,

actually we have a program developed with VB6 and Crystal Report 8, we're trying to import VB6 solution in VS 2008.

In parallel, we're creating a new solution with WPF FW4.0 C# in VS2015 with Telerik Reporting.

Can we convert rpt files from this solution (rpt in VS 2008) to VS 2015 with telerik report?

Stef
Telerik team
 answered on 09 May 2016
1 answer
79 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
203 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
168 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
364 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
220 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
494 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
390 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
283 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
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?