Telerik Forums
Reporting Forum
1 answer
176 views

I have written several dozen programs to date which take advantage of the Telerik AJAX suite and Telerik Reports.  The combination has been very effective.  As time has progressed we have updated our operating environment so that the consideration of going pure HTML5 is now an option.

What is needed to migrate existing application viewers and reports from their existing viewer and report layout?  My reading of the documentation suggests that I might have unknowingly coded myself into a blind end.  The HTML 5 reports seem to use a different file extension and I cannot find any means of conversion between the two layouts.  Am I reading the "tea leaves" correctly?

As things now sit the existing apps are asp.net Ajax web forms type combined with Telerik controls and forms.  New projects will be started with MVC/Kendo solutions however I would love to be able to use existing reports without having to rewrite everything and use a HTML5 viewer.  With one program having 85+ unique reports you can see my problem.

Any insight and pointers would be appreciated.  This is in no way intended as a slight against Telerik.  Their products have been extremely useful and I look forward to getting to the "newer" technologies.

 

 

Stef
Telerik team
 answered on 21 Apr 2016
3 answers
131 views

Hi,

I'm creating a graph for a sale report, and there is some details that I'm not able to configure to my need. 

See the attached image to see what I have up to now.

There is two things missing :

1) I'd like to increase the spacing between the Y axis and the first bar, to have a bit more room between the bar label at the top and the axis. I tried padding on the axis, the bar label, the plotarea and those doesn't seem to work.

 

2) I have two sector in this case that have a value of zero, why don't they have a label shown? 

 

Thanks for you help,

Maxime

 

 

Nasko
Telerik team
 answered on 21 Apr 2016
1 answer
342 views
I have created a report with several 'navigate to report' actions within it, drilling down from one report to another. Everything looks and works great in the stand alone report designer. However, once deployed within the HTML5 Report Viewer, I can get the first report loaded and rendered, but the textboxes with the drill down action to another report does not work. They are not even clickable. I have tried debugging my custom report controller, reportconnectionmanager, and the standard report controller to find nothing wrong and no errors thrown. All paths to the reports look correct. I also tried publishing my app and running on a test site, and opening in several browsers, but nothing works. Any ideas why the actions would not be working? 
Nasko
Telerik team
 answered on 21 Apr 2016
2 answers
197 views

Hi to all,

I'm trying to use a ObjectDataSource, this one is configurated using a method that return a single object, this object has several collection (List<OtherMyObject>) as property.

If I what show my first object (several property as string or datetime), and then show something of relatives collection into a table?

I note that in DataExplorer dock shows my collections but I don't see its properties.

How can I set my Table with this collection, setting relative properties?

Dario Concilio
Top achievements
Rank 2
 answered on 21 Apr 2016
7 answers
498 views

Hi telerik.

I have a trouble i want to set dinamyc the space between vertical line,  the "X" axis it´s category scale , "Y" axis Numeric ,  

cin you help me with a little code ?

i want to use a binding, it´s possible?

Stef
Telerik team
 answered on 20 Apr 2016
2 answers
304 views
Hey,

We are looking for a special chart type or a way to make an age pyramid.

The following link shows an example of the chart we are looking for.

http://www.infovis.net/imagenes/T1_N158_A841_AgePyramid.gif

Is there any way to create a chart like this ? 

Thanks
Sodi We
Jack
Top achievements
Rank 1
 answered on 20 Apr 2016
2 answers
348 views

I am trying to create a graph that has a bar graph with a line graph overlapping.  I have seen the Telerik example and it explains a lot for me.  However, I am not getting the same result.  

In the example, the values are the same except the bar is sum and the line series is avg.  In my example, the bar graph will measure the actual values while the line graph will measure target values.  The problem is that my graphs are not projected on top of one another, they are side by side.  

I have checked and both are using the same coordinate system.  Everything seems correct except the alignment of the graphs.  

I have attached a picture which easily demonstrates my problem.

Thanks

      

Thomas
Top achievements
Rank 1
 answered on 19 Apr 2016
1 answer
156 views

Hi,

I want to design a table as shown in the file. I test using keeptogether property set true.However, every table seems to be in a new page not 

show the bottom of the table.

How can I do? Thank you.

Katia
Telerik team
 answered on 19 Apr 2016
1 answer
99 views

Hello,

if the DocumentName of the report is 'abc', the file filter displays 'abc (*.pdf)'. It should display 'PDF document (*.pdf)'.

The same problem appears with the other save formats...

Katia
Telerik team
 answered on 18 Apr 2016
8 answers
1.6K+ views
Hi there
  I would like to setup filter expression for report so that if report parameters are given the detail section should filter by the parameter.
The expression goes like this

    Expression          Operator      Value 
=Fields.ProductName      ==          =Parameters.ProductName 


But i also want to list all the Products in the detail if no product name is specified. Please guide me how to write expression for that.

I tried all these below option
           Expression           Operator      Value 
        =Fields.ProductName       ==     =Parameters.ProductName 
 AND  =Parameters.ProductName     <>     '' 

I also tried to do this filter check by code but raises me another question. Right now i am binding the datasource for the report in Report's constructor. And this constructor is not getting called when the Preview button is clicked. (Strange! I was expecting this to be called on every postback, not sure how it is working). So if i change any parameter value, this dynamic filter is not going to take effect.
Question 1:
Please let me know how i can control the filter to apply or not to apply on Preview button click event?
I am expecting to apply a logic to the filter like this
If (Parameters.ProductName != string.Empty) then filter the ProductName given in Parameter
else apply no filter and show all of them from the datasource.
   
Question 2:
The other way i tried to solve this is to filter the datasource in code before binding it. And here question is how can i rebind the datasource of the report on Preview Click (though initially i do that using Report Constructor)

Question 3:
And last question, the Filter expression editor by default ANDs all the expression added. Is there any way to add OR logic instead of AND.


Katia
Telerik team
 answered on 18 Apr 2016
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?