Telerik Forums
Reporting Forum
10 answers
896 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
138 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
230 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
6 answers
983 views
Hi,

I have the subreport inside a list and I want to send items from the list's data source to this subreport. I added binding ReportSource.DataSource=Field.Group to my subreport and put this subreport into a panel inside the list. 

What's my next step? How can I access this data (Field.Group) within my subreport and display it?

Regards,
Alex.
Steve
Telerik team
 answered on 08 Jan 2013
1 answer
73 views
The Left, Right arrow keys do not work in the popup editor in Visual Studio 2012.

Is this just an issue with Visual Studio 2012 ??
Steve
Telerik team
 answered on 08 Jan 2013
1 answer
168 views
Hi,

In my silverlight app I have a report with different parameters, one of parameters is a combobox and data source might contain thousands records. In this case I have problems with combobox because of huge amount of data. So I want to use some custom control for such parameters (for example it might be a grid, that appears after clicking on special button).

My questions are can we use custom controls for parameters presentation and what we have to do with parameters that might contain a lot of data?

Thanks,
Julia
Steve
Telerik team
 answered on 08 Jan 2013
3 answers
521 views
Is it possible to utilize values that are generated in the report, not associated with the entity?  

For instance, in one row, I calculate the Monthly Average number of occurrences for each column in the report.  I then would like to find the total average.

____________________________________________________________________________________
| Month | [=Fields.Name] | Total |
---------------------------------------------------------------------------------------------------------------------------------------
| [=Field.Date*] | [=Count(Fields.Id)] | [=Count(Fields.Id)] | ---------------------------------------------------------------------------------------------------------------------------------------
| Total | [=Count(Fields.Id)] | [=Count(Fields.Id)] | ---------------------------------------------------------------------------------------------------------------------------------------
| Monthly | [=CDbl(Count(Fields.Id)) /  |    Need Help |
| Average | CDbl(CountDistinct(Fields.Date.Month))] | Here |
---------------------------------------------------------------------------------------------------------------------------------------

Notes:
* Formatted By Month

The problem arises in that an object in the column may not operate on a given month so I don't include it in the average.  My goal, essentially is to find the average of the Monthly Averages, but I cannot figure out how to access the row's data.
Drew
Top achievements
Rank 1
 answered on 07 Jan 2013
16 answers
415 views
Hello,

We've got a problem when set group header property PrintOnEveryPage to true. On the report detail section, there's a subreport.
From the second page for each group, group header and subreport detail are overlapped.
Could you fix this problem in next release? We need print the group header on every page.

Thanks in advance.

mei

Steve
Telerik team
 answered on 07 Jan 2013
1 answer
298 views
Hi ,

I am creating dynamic reports columns based on the filter parameters. so its width not fixed.

I have to put logo on the right top corner of the report.so if i get the width of the report i can fix the location for logo image.

i am using picture box for logo and report has enabled with "SetViewModeInteractive()".so that reports shown in one page with scroll bars.

manually i tried to find out the width of the report its around 12 to 13 inch.but the this.report.width is returning 7.135 inch.so now logo shows in mid of the report.

How can i get the report width for dynamically changing reports?

Thanks in Advance.

Steven
Top achievements
Rank 1
 answered on 07 Jan 2013
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?