Telerik Forums
Reporting Forum
1 answer
98 views
Hello Telerik,
in previous control's version it's possible to move on next (previous) page just scrolling down (up), after the upgrade I've to click on next/prev to achieve the same goal..it's possible to have the old behaviour with the new controls?

Thanks a lot
Paolo
Steve
Telerik team
 answered on 10 Jan 2013
2 answers
111 views
I am trying to have one report viewer page where a user gets all reports from my software.  I have many different types of reports that need to be available in that report viewer based on querystring parameters that I pass into the page.  I'm having some difficulty finding documentation that is clear and concise about how I need to approach this.

First, there are potentially several reports that could be needed for any given topic but all related to a given entity, say a specific manifest.  Each of these reports is setup to work with SQLDatasource that is parameterized to expect an @manifest parameter to be used in the where clause of my SQL select statement.  I am first visiting a page in my website that allows the user to specify which reports they wish to produce for a specific manifest.  Let's say there are three possible reports for a specific type of manifest.  They may pick any combination of the three they wish to see produced.

I'm taking their input and passing that as a querystring parameter to allow me, on the report viewer page, to determine which reports to produce for that specific entity; i.e., manifest.

My problem arises from not knowing what I need to do to supply the @manifest parameter to each of the reports that will get included in a report book..

Do I first specify the @manifest parameter for each report and then include that report in a report book?  If so, how do I do that using the instancereportsource type syntax?  Do I have to set up a report parameter separate from the parameter in the sqldatasource and somehow link that to the sqldatasource parameter first?  

What I'm trying to accomplish is to modify the sql select statement for each report to reflect the correct entity in the sqldatasource parameter and then add that report to the reportbook, then move to the next report, modify its select statement then include it in the report book, and repeat this in a loop until all the required reports have been included in the report book at which point I show the finished report book to the user.

Hopefully, I've been clear about what I need to accomplish.  I would greatly appreciate some help figuring out how to proceed as I'm pretty new to the Telerik Reporting product and as usual am under some fairly intense time pressure to "get stuff done".
Stef
Telerik team
 answered on 10 Jan 2013
1 answer
490 views
Is it possible to change a ReportParameter within the NeedsDataSource event so that it can be used as a global variable.

I'm maintaining some stupid code and it has the same ugly check on the majority of the TableGroup Filters and what I would like to do is simply set a ReportParamerter at runtime so that value can be reused in an Expression or passed to UserFunctions.


/* Ugly and long check here */

becomes

= Parameters.ShowLeftCol.Value = =True


I can update the ReportParameter value, but the instance of it within the rendering engine is not updated.    Any suggestions

The logic to show the Column resides in configuration data within a different datasource then the one bound to the table.

Any ideas or suggestions would be most appreciative.
Thanks   
Peter
Telerik team
 answered on 10 Jan 2013
1 answer
175 views
I am working on a suite of reports driven from a touch kiosk
the user enters her or his customer number as well as some other parameters and touches buttons to produce the report
if the parameter(s) they enter produces no data Telerik shows an error message which only makes sense to a programmer
is there an empty data source error message property?
Steve
Telerik team
 answered on 10 Jan 2013
1 answer
123 views
We are having an issue with our Telerik Report Viewer Control. For some reason it is not displaying our data correctly on the safari browser with those iDevices that have upgraded to IOS6
Steve
Telerik team
 answered on 10 Jan 2013
9 answers
297 views
I have a report that is about 7 pages. When I export it to Excel the numbering (1 of 7, 2 of 7, ...) at the bottom always displays 1 of 1. What can I do to make this show the correct numbering? Thanks!
derek
Top achievements
Rank 1
 answered on 09 Jan 2013
10 answers
865 views
Please help!
I'm new to the reporting and I have been trying to create a report which will show data for selected year. I've made connections to database, retrieved data but I'm unable to make the parameters work. I've created one parameter but when I preview report I doesn't filter my data. Is there any where any tutorial on this matter. 

In Report Parameter Collection Editor I've inserted following values:
DataSource -> MyDataSource[Telerik.Reporting.SqlDataSource]
DisplayMember -> =Fields.SalesYear
ValueMember -> =Fields.SalesYear

I've added Name, Text, switched Type to DateTime and Visible to True 
for Value -> =Fields.SalesYear

On my DataSet I've also added parameters. In Edit Parmeters window I've inserted a new parameter with following vlaues:
name -> myName
Dbtype -> DateTime
Value -> =Parameters.SalesYear.Vale

When I try to preview the report I get error: "Missing or invalid parameter value. Please input valid data for all parameters."
I've tried to change type and DbType to "String" and I don't get the error message, but filtering isn't working either.

alanford01
Top achievements
Rank 1
 answered on 09 Jan 2013
3 answers
125 views
A customer has requested we make some of the images and labels on a report "uneditable" when they export the report to a PowerPoint.  The goal is that the user may need to edit some values on a slide but they don't want to have all the labels, and more importantly the company logo, editable on the slide.

Is there a way to do this on the report designer?
Steve
Telerik team
 answered on 09 Jan 2013
2 answers
1.2K+ views
Hi,

   I have report and when i choose export to PDF, the report is generated. I have the requirement to print header on every page. I have used the property ColumnHeadresPrintOnEveryPage = True. But the reports generates like before. I need to show the header on every page in exported files. I have attached the PDF screenshots of my report. Please let me know anyother solution to fix this. 

Thanks,
Nisha
Steve
Telerik team
 answered on 09 Jan 2013
2 answers
210 views
I am wondering if the following is possible:

A.  Create reports using the standalone designer
B.  Save reports directly into location on the web server
C.  Load these reports within a ReportViewer on a website created with Visual Studio - without having to put the reports into a class library - but instead pointing directly to the location of the reports located on the same server.

If this is possible... and if so, are there any telerik demos that show how this is done?

Thank you.
Steve
Telerik team
 answered on 08 Jan 2013
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?