Telerik Forums
Reporting Forum
1 answer
295 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
137 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
436 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
224 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
278 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
123 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
58 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.4K+ 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
1 answer
171 views

Hi to all,

I created a report connected to ObjectDataSource.

Report calls a public methods called GetItemByCode(string p_Code) that returns a Customer object. This Customer inherits a class called ModelBase.

Now when I try to preview, it appears a red box within error that says "file not found", itis refering to assembly that contains ModelBase class.

I checked that my report-project refers correctly to this assembly.

What can I do?

Stef
Telerik team
 answered on 18 Apr 2016
3 answers
125 views

Hi;

 

I have a report that requires text to be displayed in four parts of a graph. The text is to be watermark in nature -- I.E.  should appear behind everything else on the chart. I did this building a series for the text and using the data point label and made sure this series was the first loaded. But unfortunatelya series label is always displayed above everything else on the chart regardless of when it as loaded. So, how do I add text to a chart and have be in the back of everything else (note I need to resize the text - so can't use standard font size).

 

 

Peter

Stef
Telerik team
 answered on 18 Apr 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?