Telerik Forums
Reporting Forum
1 answer
88 views
I have a web application which uses a Class Library for my reports. I have upgraded my application to .net 4 but not sure if I should upgrade the library also. I see in the library properties under Advanced Compile Options where I can change the target to 4 from 3.5 but don't want to break anything. Is that the recommended way of upgrading to 4?
Steve
Telerik team
 answered on 20 Jul 2011
1 answer
174 views
I have a report with a textbox with a report action set to navigate to report is it possible to get the value from the textbox that is clicked and use its value  as a parameter for the second report?
Peter
Telerik team
 answered on 19 Jul 2011
3 answers
457 views
Hello,

I need your help in creating a custom skin for a ReportViewer.
Please refer to http://www.telerik.com/community/code-library/reporting/general/applying-custom-skin-to-the-web-report-viewer.aspx in order to view the sample application for creating a custom skin.
I downloaded the skins and used them in my website, but unfortunatily there are two problems (Please view the attached screen-shot):
1) the export combobox is displayed in the top (Must be in the middle of the toolbar).
2) The datetime picker is not styled.

Please I need your help in order to handle the above two issues.
It is appreciated to send me the modified code.

Regards,
Bader
Steve
Telerik team
 answered on 19 Jul 2011
1 answer
276 views
I am automatically exporting my report to a PDF file through code by using the RenderReport method. (no report viewer control).  This works great.  But when someone opens a PDF, I would like to have the bookmarks tab displayed by default.  How can I acheive this?

Thanks,

Chris
Peter
Telerik team
 answered on 18 Jul 2011
1 answer
727 views
Hi,

Need to be able to "merge" a group into one displayed row (same for a column)...

Example: Records returned with "PrimaryCODE" contains distinct values of A, B, C... K, L, M, N, O, etc...

a, b, c... should group as normal onto its own row
Row "apples" ... PrimaryCode="A"
Row "bananas" ... PrimaryCode="B"
Row ... PrimaryCode="C"

However... I need only one row which will sum, count, avg....etc.... all records that contain the K,L,M,N,O, etc... values
Row "others" ... PrimaryCode="K,L,M,N,O, etc" .... this row would group all OTHER values besided A, B & C

Same for a column...

Example... split out to 6 columns .... that report of one Field X

COL 1 (Field X = "1"), COL 2 (Field X = "2"), COL 3 (Field X = "3"), COL 4(Field X = "4"), COL 5 (Field X = "5"), COL 6 (Field X ≥ "3")

You can see where I need column 6 to group values of 3-5 for Field X

Peter
Telerik team
 answered on 18 Jul 2011
5 answers
77 views
Not sure what happened, but whenever I try to add a filter with the operator Top N, I immediately get an error message.  This just started happening, and it seemed to work fine just yesterday.  Im not sure if I did something to cause this or not.

Complete Error Dialogue is attached.

The following exception occurred in the DataGridView:
System.IndexOutOfRangeException: Index was out of range
Steve
Telerik team
 answered on 18 Jul 2011
2 answers
134 views
I've just migrated over from Crystal reports to Telerik.  I have created an unbound report and want to add a chart.  The report itself does not have a data source.

I've added the chart from the toolbox.  When I right-click the chart a wizard pops up.  I've selected the type of chart that I want (bar) and have gone to the data tab.  On the top of the data-tab it says "To dynamically populate the chart with data, use the NeedDataSource event".

Ok, where is it, and how do I use it?  The video training I've seen is in a different version.  He clicks an icon shaped like a lightning bolt and it pops right up.  I do not have that icon, nor can I find it.

Please help.

Squall
Top achievements
Rank 1
 answered on 18 Jul 2011
1 answer
108 views
I'm using Q3 2010
I have a report with a parameter
First, I need this parameter to be not essential
I mean if it is empty the report displays all the data from the data source

Second,
When I try to apply a filter with a 'Like' operator it gives me an error like this
http://i56.tinypic.com/zy7rs2.jpg

and this applies to some other operators too
So, I tried to apply the filter programmatically like this
this.Filters.Add("=Fields.Name", Telerik.Reporting.Data.FilterOperator.Like, "=Parameters.paraName.Value");
in the report constructor

But when I run the report
it makes the filter as an '='
I mean it returns the records only when the parameter value is exactly the same
Ahmed
Top achievements
Rank 1
 answered on 17 Jul 2011
1 answer
126 views
I have two separate reports that each have a SqlDataSource and are querying a stored proc (different one for each). When I execute the stored proc directly on the database, I get 50 rows. When I execute the stored proc with the same parameters either through the DataSource wizard in the Telerik report designer or querying the report through a web interface, I only get 1 row as a response.

As I mentioned this is happening with two different stored procs. Is there some way to limit results that may be turned on (and I'm missing)?

Has anyone come across anything similar?

Using Reporting Q1 2011
 
Thanks
Tim
Top achievements
Rank 1
 answered on 16 Jul 2011
14 answers
1.0K+ views
I have read several threads regarding this error but have not found one similar to what I am experiencing. I am creating several reports for an application and therefore copy/paste (using a telerik prescribed method). I was able to do this for one report, make some modifications and quickly create a new report that has the same style as the original. I went to add the third and on this one I got this error. 

At first I thought there was an issue with duplicate field names, etc. However, this didn't really make sense as their definitions are "private". After deleting fields, etc and getting no where, I ended determining the the issue is related to the sql query string. When I go to configure the datasource using the wizard, I enter the query string and when I attempt to click "Execute Query" this error display. In this query I am selecting similar column names from the database. I renamed the datasource name property and still no luck. Why would my query cause this? I have listed them below. BTW... both queries execute fine in SQL Server Management Studio.

See attachment.

sqlDataSource1
SELECT Groups.*, Softrip.dbo.Suppliers.SupplierName 
FROM Groups LEFT OUTER JOIN Softrip.dbo.Suppliers ON
Groups.SupplierID = Softrip.dbo.Suppliers.SupplierID

sqlDataSource4
SELECT StatusChange.*, Groups.*, Softrip.dbo.Suppliers.SupplierName
FROM StatusChange LEFT OUTER JOIN Groups ON
StatusChange.GroupID = Groups.GroupID LEFT OUTER JOIN Softrip.dbo.Suppliers ON
Groups.SupplierID = Softrip.dbo.Suppliers.SupplierID
  
Chris @ Intrinsic
Top achievements
Rank 1
 answered on 15 Jul 2011
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?