Telerik Forums
Reporting Forum
3 answers
332 views
Hello,

We are running on an older version of the Reporting  2011 Q2 but need to user the native header features.

I have set the device information header variables (they work fine for grid lines) to true for UseNativePageHeader but the report is rendered with the header at the top of the page basically ignoring the variable.

Is there anything I am missing?
Petio Petkov
Telerik team
 answered on 27 Dec 2012
3 answers
1.0K+ views
Hi Telerik Team,

I have a table in one of my reports and I now want to change the background color of specific rows, depending of data which is contained in the row.

How can I achieve that?

Thanks in advance.
IvanY
Telerik team
 answered on 27 Dec 2012
1 answer
170 views
Hi Telerik Team
I need know if can apply ReportBook for files .trdx(without classes), this because  i have some subreports and i need export to excel, every report in every sheet of one excel file

This is possible?

Thanks
Stef
Telerik team
 answered on 27 Dec 2012
1 answer
104 views
When i Upload data in  Silverlight ReportViewer 
      Error show:-  Report Viewer not display more then 1000 record only show first 1000 record.

Please its urgent!
Hadib Ahmabi
Top achievements
Rank 1
 answered on 27 Dec 2012
1 answer
56 views
RE: http://www.telerik.com/products/reporting/data-presentation-and-analysis.aspx

We are internally evaluating Telerik Reporting. Looks like to use/show charts (bar, graph, pie, etc.) we would need to also buy RAD controls. Is that a right assessment?
Petio Petkov
Telerik team
 answered on 27 Dec 2012
4 answers
218 views
My report is not bound to a DataSource, but in the PageHeaderSection my Textbox_ItemDataBinding event keeps getting called in an infinite loop.

I have a pretty complex table in a ReportHeaderSection that is bound, but stepping through the debugger the Table finishes binding its dataset without any issues.  I originally had it in the detailSection but changed it in my debugging efforts.



How can I determine what is causing the infinite loop in the PageHeaderSection when the processing is done in the ReportEngine.


Steve
Stef
Telerik team
 answered on 27 Dec 2012
1 answer
359 views
I am interested in telerik reporting. However, my requirement is that my data source needs to be json data either coming from a web service or mongodb. Is it is supported? If not, is it in the pipeline? When can we expect such feature.
Hadib Ahmabi
Top achievements
Rank 1
 answered on 27 Dec 2012
2 answers
78 views
Hi,

I've seen permutations of this question come up but I haven't seen a response that has clicked for me.  I have a datasource in my report that returns data with these columns:

emp_id, fname, lname, client_name, carrier_plan_title, effective_date, client_cost_pay_freq
1, Jon, Smith, Acme Group, HMO, 01/01/2012, 400.00
1, Jon, Smith, Acme Group, Dental, 01/01/2012, 200.00
2, Lindsey, Buckingham, Acme Group, PPO, 03/01/2012, 150.00

What I'm trying do is group the information by the 'emp_id' column and then within the details section of the report, display a table that outputs the carrier_plan_title, effective_date and client_cost_pay_freq per employee.  I have figured out how to group by emp_id, but haven't figured out how to display each individual carrier_plan_title, effective_date and client_cost_pay_freq per employee.  I don't think I'm quite getting how the group and details sections and tables actually work.  attached is a screen shot of what I have.

Brett
Brett
Top achievements
Rank 1
 answered on 26 Dec 2012
3 answers
723 views
Good day, I'm doing the below from code behind.  Thus far all has been working until I tried to display the Count of records that the Table is show AFTER filters are applied.  The count displayed is nowhere near the correct number so I assume I'm doing something incorrectly.


private void report1_NeedDataSource(object sender, EventArgs e)
       {
           var query = ExtendedData.GetExtendedAgreements(_db, _ProgramAreaID, null);
           table1.DataSource = query ToList();
 
           //Setup Column Filters based on Querystring, Proof of concept, to be made Dynamic
           //************************
           this.table1.Filters.AddRange(new Telerik.Reporting.Filter[] {
           new Telerik.Reporting.Filter("=Fields.Province", Telerik.Reporting.FilterOperator.Equal, "Ontario")});
 
           int count = table1.Items.Count();
 
           TotalRecords.Value = Convert.ToString(count);
       }
Stef
Telerik team
 answered on 21 Dec 2012
10 answers
1.2K+ views
I am using a different menu system, and having both my menus and the ReportViewer toolbar is confusing the end-users.

Is it possible to hide the ReportViewer toolbar completely?

If not, is it possible to at least hide the "cancel" button specifically? All the other buttons can be hidden.

Steve
Telerik team
 answered on 21 Dec 2012
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?