Telerik Forums
Reporting Forum
3 answers
360 views
I recently upgraded to Q1 2013.

When I checked my previously created reports (created prior installing Q1 2013) and reports created after I installed Q1 2013, I noticed that the Horizontal lines are not correctly displayed in browser and printed report, while the lines looks fine on Preview tab in Visual Studio.

Attached are these screencaps:
- preview tab.png : this is how the report looks on Preview tab in Visual Studio
- display on browser.png : this is how the report looks when I run the solution and show the report on Google Chrome (and other web browsers). Do take note of the LineWidth of the second line (as highlighted in red box). The lines on the report should have the same same LineWidth.
- print.png : this is how the report looks when I print it out. Do take note of the scattered lines, as highlighted in red boxes.

Could Telerik staffs help me on this?

Thanks.
Iris
Top achievements
Rank 1
 answered on 24 Apr 2013
3 answers
185 views
Hi ,
current user of your controls, considering Telerik Reporting.
However I do not see any place for end users to create reports...is there a web equivalent to Microsoft Report Builder?

Thanks

Stef
Telerik team
 answered on 23 Apr 2013
1 answer
723 views
Hello,

I have updated my solution from q3 2012 to q1 2013. Reports are quite fine exept some little changes I had to do but I noticed that in some reports where before I was succesfully using a background image, now the same doesn't get printed out for header and footer.
The image should cover alone the whole report area (without repeating).
I checked header and footer and they are set to be transparent background color.
What should I do?

Thanks, Giuseppe
Chavdar
Telerik team
 answered on 23 Apr 2013
3 answers
98 views
Hello Guys, 

How I can to make my query to receive a parameter using '%like%'?

I tried this 3 options below but its dont working ( last(5ª) line )

SELECT PSR.NOME, CO.NOME, FU.NOME, CO.ATIVO,CO.ID_PSR
FROM COLABORADOR CO
LEFT OUTER JOIN PSR ON PSR.ID_PSR = CO.ID_PSR
LEFT OUTER JOIN FUNCAO FU ON FU.ID_FUNCAO = CO.ID_FUNCAO
WHERE PSR.NOME LIKE %@Nome_PSR%

SELECT PSR.NOME, CO.NOME, FU.NOME, CO.ATIVO,CO.ID_PSR
FROM COLABORADOR CO
LEFT OUTER JOIN PSR ON PSR.ID_PSR = CO.ID_PSR
LEFT OUTER JOIN FUNCAO FU ON FU.ID_FUNCAO = CO.ID_FUNCAO
WHERE PSR.NOME LIKE '%@Nome_PSR%'

SELECT PSR.NOME, CO.NOME, FU.NOME, CO.ATIVO,CO.ID_PSR
FROM COLABORADOR CO
LEFT OUTER JOIN PSR ON PSR.ID_PSR = CO.ID_PSR
LEFT OUTER JOIN FUNCAO FU ON FU.ID_FUNCAO = CO.ID_FUNCAO
WHERE PSR.NOME LIKE @Nome_PSR


Follow in attachment

IvanY
Telerik team
 answered on 23 Apr 2013
3 answers
323 views
Hello, I am creating a report with telerik report Q1 2012 I have this error when running the application:

Message: Unhandled Error in Silverlight 4 Application
Code: 4004    

Category: ManagedRuntimeError       

Message: System.InvalidCastException: Specified cast is not valid.


   at Telerik.ReportViewer.Silverlight.ZoomConverter.Convert(Object value, Type targetType, Object parameter, CultureInfo culture)
   at System.Windows.Data.BindingExpression.ConvertToTarget(Object value)
   at System.Windows.Data.BindingExpression.UpdateTemporaryValue()
   at System.Windows.Data.BindingExpression.GetValue(DependencyObject d, DependencyProperty dp)
   at System.Windows.DependencyObject.EvaluateExpression(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry)
   at System.Windows.DependencyObject.EvaluateBaseValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
   at System.Windows.DependencyObject.EvaluateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry newEntry, ValueOperation operation)
   at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
   at System.Windows.DependencyObject.RefreshExpression(DependencyProperty dp)
   at System.Windows.Data.BindingExpression.SendDataToTarget()
   at System.Windows.Data.BindingExpression.SourceAcquired()
   at System.Windows.Data.BindingExpression.System.Windows.IDataContextChangedListener.OnDataContextChanged(Object sender, DataContextChangedEventArgs e)
   at System.Windows.Data.BindingExpression.DataContextChanged(Object sender, DataContextChangedEventArgs e)
   at System.Windows.DataContextChangedEventHandler.Invoke(Object sender, DataContextChangedEventArgs e)
   at System.Windows.FrameworkElement.OnDataContextChanged(DataContextChangedEventArgs e)
   at System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)
   at System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)
   at System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)
   at System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)
   at System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)
   at System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)
   at System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)
   at System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)
   at System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)
   at System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)
   at System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)
   at System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)
   at System.Windows.FrameworkElement.OnPropertyChanged(DependencyProperty dp)
   at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object oldValue, Object newValue)
   at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
   at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value, Boolean allowReadOnlySet, Boolean isBindingInStyleSetter)
   at Telerik.ReportViewer.Silverlight.ReportViewer.Initialize()
   at Telerik.ReportViewer.Silverlight.ReportViewer.OnApplyTemplate()
   at System.Windows.FrameworkElement.OnApplyTemplate(IntPtr nativeTarget)     

Line: 121
Char: 5
Code: 0
URI: http://localhost:1133/js/utilitarios.js

I hope someone can help me, is my first application using telerik report
Chavdar
Telerik team
 answered on 23 Apr 2013
1 answer
384 views
Hi,

i'm trying to create a table in telerik reporting.
My problem is that i cannot make manually the same height for every row in the table.
I'm trying to use "make same height" function, but doesn't work (maybe i cannot use it right).
Can u explain me how it works?

Thank u! (sorry for my bad english)
IvanY
Telerik team
 answered on 23 Apr 2013
1 answer
58 views
We have been using reportviewer for over a year and just did an update from 2012 Q3 to 2013 Q1 and now under the Export (disk) icon all of the export options no longer display.

How do I get them back?
Stef
Telerik team
 answered on 23 Apr 2013
1 answer
823 views
I added table using table wizard and it gives the following error on the report.

An error has occurred while processing Table 'Table1': Login failed for user

I am using a sql data source.
Chavdar
Telerik team
 answered on 23 Apr 2013
1 answer
686 views
Hi Team,

I have a requirement where we have several tables defined in the report. And we have to apply different styles to these tables in the code behind based on some data. I referred the following links which gives an idea.

http://www.telerik.com/help/reporting/style-using-styles-to-customize-reports.html

http://www.telerik.com/help/reporting/style-understanding-style-selectors.html

But I am not able to see a property called "Stylesheet" in the properties section of my report. I am not sure if I am missing anything.

I have attached a screen shot of where I am looking for it. Please guide me on how to actually add different stylenames at design time and access them in the code behind.

Thanks,
Nagesh

IvanY
Telerik team
 answered on 23 Apr 2013
5 answers
95 views
Hi,

We recently upgraded our app to silverlight 5, and telerik tools and reporting Q3 2012.  We've noticed a change in printing behaviour with the silverlight report viewer running in native printing mode.

Previously you had to select the orientation every time via the print dialog if you wanted to deviate from the printers default orientation, regardless of the setting on the report.  I understand the reasons for that.

Now, if you print a portrait report to a portrait printer, it prints fine.  However, if you print a landscape report to the printer, without changing orientation to landscape on the printer, it prints in landscape but shunts the entire report to the right by about half a centimetre or thereabouts, potentially causing the very right hand side of the report to be lost.  It does the same thing if you print a portrait report to a printer in landscape orientaion (that is to say it prints in portrait but shunts the report to the right).

Is page orientation meant to work in SL5 with telerik reporting and the report viewer?  Is there a setting we've got wrong somewhere?

If this isn't behaviour you've come across I'll need to scan a print to upload as it obviously only happens to an actual printed page.
Chavdar
Telerik team
 answered on 23 Apr 2013
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?