Telerik Forums
Reporting Forum
3 answers
865 views

I have a report with about 30 sections that may or may not be displayed depending on choices made by the user. Each section is in a panel that is initially set to not display (visible = false). The panels are stacked up on the page with no space between them and are the full width of the page. At run time I problematically shrink them all to 1px tall and move them to the top of the report with each panel having its top 1px below the preceding one. The ones that the user wants to have printed are set to be visible at run time. Normally this works great and each panel expands to fit it's content and the panels below it are pushed down. But, occasionally certain combinations of panels will overlap each other. There are only a few that do this, but they do it consistently. In one case they are adjacent panels and in the other cases they are separated by a few panels that are still invisible.

Any advice on this problem?

Thanks,

John

Stef
Telerik team
 answered on 27 Mar 2017
1 answer
892 views

I was using telerik reporting to generate reports but they was some problems with rendering performance.  Due to large number of records and each record have several images. It takes too much time to render the report and when i scrolled up and down, it doesn't smooth. Is there any suggestion to improve the performance or decrease the render time. You can see the example report in an attach file.

 

Thank you.

Katia
Telerik team
 answered on 27 Mar 2017
11 answers
1.0K+ views

Hello,

it's possible load a dataset to report in HTML5 Report Viewer from codebehind?

I'm search for this information but i can't find nothing.

In my application i have a aspx with HTML5 Report Viewer and a Report.vb, the report vb contains into a dataset with 3 datatables, but i can't load the data to these dataset.

PD: sorry if my english is a little bad, i speak a little english.

Thank you for your attention and help

Oscar
Top achievements
Rank 1
 answered on 24 Mar 2017
2 answers
180 views

Hi have a requirement to generate a grid of photos.  

I have managed to get the data in the shape where this can be grouped in a cross-tab.  The photos I need to bind to have a filename of {id}.jpg in a known folder.  I have created a user function that accepts the Fields.Id, retrieves this photo and returns an image (this is a technique I've used before successfully).

I have added a picturebox into the detail of the crosstab, but whenever I go to bind the "value" of the picturebox to the user function, Visual Studio crashes.  Stack trace below.  I suspect as this is in the detail it's trying to apply some aggregate to it.  Are there any workarounds to do this binding at runtime to get around this designer bug?

 

Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentNullException

Server stack trace: 
   at System.Linq.Enumerable.Cast[TResult](IEnumerable source)
   at Telerik.Reporting.Design.Common.Utils.AggregateFunctionHelper.GetAggregateFunctions(IServiceProvider provider)
   at Telerik.Reporting.Design.Common.ExpressionBuilder.CategoryAdapter.<GetAggregates>d__28.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at Telerik.Reporting.Design.Common.ExpressionBuilder.CategoryAdapter.FillAggregates(Category funcCategory, IServiceProvider provider)
   at Telerik.Reporting.Design.Common.ExpressionBuilder.CategoryAdapter.CreateHierarchy(IServiceProvider provider, Boolean isFieldsTreeVisible)
   at Telerik.Reporting.Design.Common.ExpressionBuilder.ExpressionBuilderDialog.LoadCategories(IServiceProvider provider)
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
   at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(System.Runtime.Remoting.Messaging.Message, Boolean)
   at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(System.Object, System.Runtime.Remoting.Proxies.MessageData ByRef)
   at Telerik.Reporting.Design.Common.ExpressionBuilder.ExpressionBuilderDialog+LoadCategoriesDelegate.EndInvoke(System.IAsyncResult)

Stef
Telerik team
 answered on 24 Mar 2017
1 answer
185 views

Is there a way to define multiple color palette for a same bar series and based on the parameters selected by user the graph shall automatically pick appropriate color palette for the series?

 

Stef
Telerik team
 answered on 24 Mar 2017
3 answers
345 views

I am struggling to make our pie charts look good and be useful -- here are the two issues (somewhat related):

 

  • The pie chart is connected to the same data source as a crosstab report, with the same groupings. Sometimes there are 20+ rows of data, and I want to display them all in the crosstab, but would like to only display the biggest 10 items on the pie chart, with the rest grouped under "Other." Is this possible?
  • I would like to sort the order that wedges appear in the pie chart by size. Sorting by Field.MyNumber doesn't work because I actually want to sort on Sum(Field.MyNumber), but I get an error from the designer telling me I can't order by aggregate.

 

Are there solutions to these two items?

 

Jason
Top achievements
Rank 1
 answered on 24 Mar 2017
9 answers
465 views

Ok, I have a report that is set to TextAlign = Justify.

I have a text box in the report that is set to TextAlign = Left. The text in the text box wraps to a second line.

When I run the report, the text is Justified, not aligned left, as specified for the text box.

Is this a bug, or does the TextAlign at the report level over-ride the alignment set at the text box level?

I've included screenshots that demonstrate this.

Thanks!

 

 

 

Stef
Telerik team
 answered on 23 Mar 2017
2 answers
3.7K+ views

Hi Support,

We are tried to setup web application on new server

We have install the telerik reporting on new server but still we are getting the following error

"Could not load file or assembly 'Telerik.ReportViewer.WebForms, Version=10.1.16.615, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of its dependencies. The system cannot find the file specified."

For more error details please find the attached  snap

Please suggest/Guide

Thanks

Mahendra

 

Stef
Telerik team
 answered on 23 Mar 2017
5 answers
251 views

Hello,

I am using standalone report designer and I use this line of code to toggle culture based on parameter

 

Culture = IIf(Parameters.Language.Value = "en","en-US","fr-CA") in databinding

 

This works well for numbers currencies, and percentages on tabs, cross tabs etc but NOT charts.

Does charting library have a different initialization process? It seems that once chart is created, the culture remains static.

 

P.S. Culture of the Chart is (Default), setting value is not in bold font. 

 

Please advise

Thanks

Stef
Telerik team
 answered on 23 Mar 2017
7 answers
282 views

Hi,

I created report in telerik report designer R3 2016, where i added a table, the report is working fine but the exported file is giving missing edges.what should i do to resolve this?

I have attached an image of the same, please have a look.

Katia
Telerik team
 answered on 23 Mar 2017
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?