Telerik Forums
Reporting Forum
1 answer
69 views
Hi..
I'm trying to bind 1 datasource and add another series programmatically.
But my code to add  new series does not show up. If I remove the datasource it does. 
What's wrong with this?   thx!

   SQL = "SELECT  *  TEMP_HUMID_ANALYSIS ";
            


            this.chartTEMP_HUMID.DataSource = new SqlDataSource(DC.Connection.ConnectionString, SQL);
            
// THIS WORKS


// THIS DOES NOT nothing.. if I remvoe the above it works
            // Red Series
            ChartSeries serie1 = new ChartSeries();
            serie1.Name = "Red";
            serie1.Type = ChartSeriesType.Area;
            serie1.YAxisType = ChartYAxisType.Secondary;


            serie1.Appearance.Border.Visible = false;
            serie1.Appearance.FillStyle.FillType = Telerik.Reporting.Charting.Styles.FillType.Hatch;
            serie1.Appearance.FillStyle.MainColor = System.Drawing.Color.Red;
            serie1.Appearance.LegendDisplayMode = ChartSeriesLegendDisplayMode.SeriesName;


            Telerik.Reporting.Charting.ChartSeriesItem item = new Telerik.Reporting.Charting.ChartSeriesItem();
            
            item.XValue = 70;
            item.YValue = 0;


            serie1.AddItem(item);




            item = new Telerik.Reporting.Charting.ChartSeriesItem();


            item.XValue = 68.7;
            item.YValue = 82;


            serie1.AddItem(item);




            item = new Telerik.Reporting.Charting.ChartSeriesItem();


            item.XValue = 80;
            item.YValue = 55;


            serie1.AddItem(item);




            item = new Telerik.Reporting.Charting.ChartSeriesItem();


            item.XValue = 83.3;
            item.YValue = 0;


            serie1.AddItem(item);




            this.chartTEMP_HUMID.Series.Add(serie1);

Steve
Telerik team
 answered on 08 Aug 2012
1 answer
173 views
I am in the process of upgrading from 2008 Q3 reporting tool to 2012 Q1, and am having to find new ways to do what we were doing.

I found this FAQ, and it is essentially exactly what I need to do: http://www.telerik.com/help/reporting/faq-display-pdf-browser.html

It is marked as 2012 Q2...is this new between Q1 and Q2?  How would I do it with the Q1 tools?  The problem I am running into is there does not seem to be a RenderReport method I can use.

Thanks.

Rich
Steve
Telerik team
 answered on 08 Aug 2012
1 answer
96 views
Hi there!

I am trying to use telerik reporting to show customer's invoice table. I want every page with just one customer and one invoice table so I use report group. But I don't know how to set the datasource of the invoice table in every page. Can anyone help me?

My data structure is 

Customer
{
string customer_name;
List<Invoice> invoiceList;
}
 And I pass a List of Customers to report, and want it to show in this way

first page
customer1.name
the table of invoices of customer1
----------
second page
customer2.name
the table of invoices of customer2
----------
third page
.....
IvanY
Telerik team
 answered on 07 Aug 2012
1 answer
71 views
Before binding a report to a aspx report viewer, I run the following command:
rpt.Items["detail"].Visible=false;

However, the detail is still shown on the rendered report. Should this work?
Elian
Telerik team
 answered on 07 Aug 2012
2 answers
107 views
Hi,

  I'm creating a report which have two subreports. I'd like know how to do set datasource in the subreports?
I followed that sample (http://bit.ly/MJh8Ch) and report's documentation, but didn't work!

Thanks!

Flávio da Maia Jr.

Steve
Telerik team
 answered on 07 Aug 2012
10 answers
233 views
I am creating an invoice report and I need to align my subtotals and totals to the bottom of the screen right above the page footer on the last page of the invoice.

I beleive I have everything working except that the group footer appears just below the last line item on the invoice instead of at the bottom of the page. I've tried setting the vertical align property under style to bottom but that doesn't seem to do it.

Any hints?
Michal
Top achievements
Rank 1
 answered on 07 Aug 2012
1 answer
120 views
Hello, The reports do not show sources with emphasis on export to pdf fonts appear without the underline. How do you get fonts to be displayed with the underscore in pdf?
Steve
Telerik team
 answered on 07 Aug 2012
2 answers
123 views
Hello

Is there a way to programmatically find out the export type selected in the Export Group?

Thanks


Cheryl
Top achievements
Rank 1
 answered on 06 Aug 2012
1 answer
50 views
We are currently developing a LOB application in Silverlight and we are looking at using the Telerik reporting.

My question:-

Is it possble to allow the user to select a report and apply filtering before generating it?
For example if the user wanted to produce the report showing new starters for a specific date range.

Kind regards

Mike
Peter
Telerik team
 answered on 06 Aug 2012
0 answers
194 views


1- Unsafe JavaScript attempt to access frame with URL http://www.nexusomr.com/NexusEHRV3-2ol2O8O3ìReportslReportFilters.aspx?type=lmmunizations from frame with URL

http://www.nexusemr.com/NexusEHRV3-20120803/Default.aspx. Domains, protocols and ports must match.

 

2- Unsafe JavaScript attempt to access frame with URL http://www.nexusemr.com/NexusEHRV3-20120803/Telerik.ReportViewer.axd?instancelD=4ca70140ba264d038d369f275bd0d825&optype=Parameters from frame with URL

http://www.nexusemr.com/NexusEHRV3-20120803/Default.aspx. Domains, protocols and ports must match


while testing application on "IPad" above errors are showing and when we are testing on Safari Browser below warning is showing.

Telerik.ReportViewer.axd:-1Resource interpreted as Script but transferred with MIME type text/plain.

Thanks
Kamlesh
Kamlesh
Top achievements
Rank 1
 asked on 06 Aug 2012
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?