Telerik Forums
Reporting Forum
2 answers
119 views
Hi,

i've created a chart with multiple series on design time ( http://www.telerik.com/help/reporting/buildingdesignpopulate.html)
I also added & styled the items I need for each series this way.

Now up on rendering, I tried to change some of the item values programmatically when the NeedDataSource-event is fired.
Via debugger I can see that each new value is applied properly, but however the chart of the rendering result always contains the design time values, so all of my changes are ignored.

Is this an intended behavior or did I miss something ?

Thanks in advance

Thorsten



Thorsten
Top achievements
Rank 1
 answered on 02 Apr 2012
1 answer
113 views
I have a master report in with I have a header, body and footer.

I create a new report, only with body section and i insert a subreport. This subreport is my master report. This report work great but footer in report master don't appear in my new report but all others sections (header and body) appears well.

Do you know why ?
Steve
Telerik team
 answered on 30 Mar 2012
1 answer
118 views
I am getting the following error displayed in the report viewer for WPF

WPFXAML rendering format is not available

any hints??
Steve
Telerik team
 answered on 30 Mar 2012
3 answers
461 views
I have a problem of image quality in the report.
Picture 1.png printscreen attached is the result of a report (in. Uncompressed TIFF) to zoom.
Annex 2.png is a printscreen of the original image.
I am using the class "ReportProcessor" to generate the report and saves it in. Uncompressed TIFF.

How could I improve the print quality?

I tried to change the document resolution, but the quality went bad and as a side effect, the report got bigger.

Kind regards
Peter
Telerik team
 answered on 30 Mar 2012
1 answer
126 views
Hi,

I am trying to setup a Silverlight ReportViewer in SharePoint 2010, however I am unable to figure out how to get the WCF service running. I have had this working previously in a standard Silverlight web host, but it's a little more difficult inside a SharePoint project.

Could you please provide some help.

Thanks.

Regards,
Drew
Hadib Ahmabi
Top achievements
Rank 1
 answered on 30 Mar 2012
1 answer
114 views
hello

created a series of programming, but I want to give a high continido that space must be smaller. as in the image

thanks
Hadib Ahmabi
Top achievements
Rank 1
 answered on 30 Mar 2012
1 answer
114 views
Hi,
Why xlsx,pptx,docx extensions are not available on 2008 server. It works only if Office 2007-20010 installed? But export to .xls (2003-2007) available and works without Office. Maybe I missed to deploy some libs?
Peter
Telerik team
 answered on 30 Mar 2012
8 answers
349 views
Hi,
I bind an image to a Uri read from the DB. I need to be able to set the position along the x axis from an int value read from the DB. How can I set the position?
Thanks.
Wayne

Wayne
Top achievements
Rank 1
 answered on 30 Mar 2012
2 answers
220 views
Hi,

I'm using Trial version 5.3.12.119 of Telerik Reporting. I have problem with italic text and html preview. Text is rendered into two lines and the second line is clipped. The same textbox works fine in normal preview and exported pdf. Here is an example of code that show problem described above:
this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.800000011920929D));
this.textBox1.Name = "textBox1";
this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(18.299900054931641D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
this.textBox1.Style.Font.Italic = true;
this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
this.textBox1.Value = "Palasin juuri uudesta koulustani, sain tänään tietää, että minun ei tarvitse osallistua ollenkaan ruotsin kielen tunneille, sillä kielitaitoni on niin";

Is there fix or work around for this?
Iivari
Top achievements
Rank 1
 answered on 30 Mar 2012
2 answers
120 views
Hello

I have a chart in WPF and I go to Reporting but I have some doubts that following are:
They have to be the closest thing to signed attachment.

- As I can make the high is less.
- As I can change or hide where it says 0 and 170 for a text or hide it, is a series: Code
Telerik.Reporting.Charting.ChartSeriesItem seriesItem = new Telerik.Reporting.Charting.ChartSeriesItem();
chartLinea.PlotArea.YAxis[a].TextBlock.Text = "Escala Total";
seriesItem.Label.TextBlock.Text = "Escala Total";
seriesItem.YValue = Convert.ToInt32(sujeto.EscalaTotal);
seriesItem.Name = "Escala Total";
seriesItem.Visible = false;
             
series.Appearance.LegendDisplayMode = Telerik.Reporting.Charting.ChartSeriesLegendDisplayMode.SeriesName;
                 
 
                // se inserta el de 170 puntos
chartLinea.PlotArea.YAxis[a++].TextBlock.Text = "";
seriesItem.Label.TextBlock.Text = "";
seriesItem.YValue = 170;
seriesItem.Name = "";
seriesItem.Visible = false;
series.Appearance.LegendDisplayMode = Telerik.Reporting.Charting.ChartSeriesLegendDisplayMode.SeriesName;
series.AddItem(seriesItem);
 
             
series.Appearance.LabelAppearance.LabelLocation = Telerik.Reporting.Charting.Styles.StyleSeriesItemLabel.ItemLabelLocation.Outside;
chartLinea.Series.Clear();
chartLinea.Series.Add(series);

- Also get the minimum of the Y t max but does nothing. Code
chartLinea.PlotArea.YAxis.MinValue = 30;
chartLinea.PlotArea.YAxis.MaxValue = 170;
chartLinea.PlotArea.YAxis.Step = 10;
chartLinea.PlotArea.YAxis.Appearance.Color = System.Drawing.Color.DarkGreen;
chartLinea.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.DarkGreen;
chartLinea.PlotArea.YAxis.Appearance.TextAppearance.Visible = true;
chartLinea.PlotArea.YAxis.Appearance.Visible = Telerik.Reporting.Charting.Styles.ChartAxisVisibility.True;
chartLinea.PlotArea.YAxis.Appearance.ValueFormat = Telerik.Reporting.Charting.Styles.ChartValueFormat.General;

thanks

Evgenia
Telerik team
 answered on 30 Mar 2012
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?