Telerik Forums
Reporting Forum
1 answer
161 views

How Can I Handle The Telerik ReportViewer Print Button , after click on Print Button (after completion of print) , it should redirect to another page

 

How can i achieve this ?

 

please help me..

 

 

Regards,

Chaitanya.

Stef
Telerik team
 answered on 01 Nov 2016
1 answer
92 views

HI All,

What am l doing wrong (using the standalone designer or visual studio), as for whatever reason l cannot get the stacked bar chart to display all the data / data point labels, if l use a column chart instead then it works? See screenshots attached.

Sample data (sql below for anyone wishing to reproduce)

AdminDistrict   StatCount
===========================================
-- Other districts --          298994
Amber Valley                  0
Bolsover                         0
Chesterfield                    4 ---- this value goes missing along with all the zero's
East Riding of Yorkshire 0
North East Derbyshire    1002

I have checked all settings, which are fine, if l change the scale from numeric (which) l want to logarithmic then it works, its almost as if, the range of numbers from the smallest to the largest is too great as if l reduce the max number i.e in the example above change -- other districts -- to say 700 then it works, however the data point labels still do not show the zeros like they do in the column chart.
Anyone know whats wrong?

Thanks in advance

Paul

Create Table dbo.TestData
(
    AdminDistrict nvarchar(100) Not Null,
    StatCount     int  Not Null
)
Go
Insert Into dbo.TestData (AdminDistrict, StatCount)
Values  (N'-- Other districts --', 298994),
 (N'Amber Valley', 0),
 (N'Chesterfield', 4),
 (N'East Riding of Yorkshire',0),
 (N'North East Derbyshire', 1002)
Go


Stef
Telerik team
 answered on 31 Oct 2016
7 answers
132 views
We have a bunch of reports and report viewer in our application that were working just fine.  We were using buttons to make the reports visible.  We just upgraded to the latest version of Telerik reporting and now none of the reports will open up when the buttons are clicked.  We also upgraded our UI for ASP.net AJAX to the latest version as well.  Not sure if that would effect it also.
Troy
Top achievements
Rank 1
 answered on 31 Oct 2016
3 answers
546 views
How to Print Report Directly With Out Showing(using) In ReportViewer In HTML5 or JQuery
Stef
Telerik team
 answered on 31 Oct 2016
1 answer
144 views

Hi,

I use telerik R3 2016 and 2016 versions of R3 reports, I want to use report viewer in my application, I put the report viewer in a  window, but when I run the application, report viewer  does not exisit (I get a blank window).

plz help

Stef
Telerik team
 answered on 31 Oct 2016
13 answers
555 views
Hi!


I am struggling with a report that contains several detailsections with several sub-reports.


The problem is that when the report prints to pdf the last subreport overlaps the one above as you can see in picture one.


Picture two show how it looks in the Telerik Report Designer. As you can see in the red ring "CommonEquity" goes up and overlap the other sub-reports, and the other sub-reports below that tag along up.


Now to the funny part.. If there is data in the sub-report "WorkInProgressOnContract1" (Green ring) the report looks good.. As shown in picture three.


I have compared the .trdx files and there is no big difference between them.. 
If there is something more you need to know please ask!
​


The help is much appreciated, I have worked many hours to fix this issue..
Tomas
Top achievements
Rank 1
 answered on 28 Oct 2016
1 answer
204 views

 How To Set Position To The DetailSection In Telerik Report .trdp File.

I need to be position the detailsection at top of the report where the print starts from..

so , how can i set position on top where the print starts from, with out any gap on page with out any border

 

 

 

thanks in advance

Chaitanya

Stef
Telerik team
 answered on 27 Oct 2016
1 answer
235 views
How to Print Report Directly With Out Showing(using) In ReportViewer By Button Click Event In MVC ?
Stef
Telerik team
 answered on 27 Oct 2016
2 answers
185 views
Could you please assist, how to create Graph Series Line with 2 column?
For example Actual and Forecast are 2 different columns and need to show in column as one line. Like actual line should be solid and Forecast line should in dotted.
I have attached the example graph for reference.
Asim
Top achievements
Rank 1
 answered on 25 Oct 2016
1 answer
148 views

Hello,

I am trying to display the total time span in seconds for a report with two parameters; From (DateTime) and To (DateTime). The subtraction between two DateTime objects is a TimeSpan object, but the following expression fails, claiming that it cannot interpret '.':

=(Parameters.To.Value-Parameters.From.Value).TotalSeconds

 

Is there an alternative syntax I can use, or is this kind of expression just not supported? 

 

Best regards, 

Magnus

Stef
Telerik team
 answered on 25 Oct 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?