Telerik Forums
Reporting Forum
1 answer
76 views
Trying to use a skin (DeepBlue) and setting LegendDisplayMode to ItemLabels on a pie chart series does not work. It will not show the item labels, only the series name. If you close the solution and re-open, the LegendDisplayMode is set back to SeriesName, even though the *.designer.cs code behind still shows:
chartSeries1.Appearance.LegendDisplayMode = Telerik.Reporting.Charting.ChartSeriesLegendDisplayMode.ItemLabels;

I am able to reproduce this using the CSharp.ReportExamples.VS2008 project in the Quarterly Sales report (Dashboard > Dashboard.cs). Just apply a skin on the Yearly sales distribution pie chart. It automatically sets the LegendDisplayMode back to SeriesName. If you change it back to ItemLables and Preview the report, you'll see the series name again.

Is this why you guys used a custom palette instead of a skin?
Steve
Telerik team
 answered on 04 Nov 2010
1 answer
221 views
Hello,

I use richTextBox and I save it in my database using HtmlFormatProvider.  I need to print this text in the  very same way in report.  But the HtmlTextBox support only text formatting option.

Any suggestion to convert someting this :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Untitled</title><style type="text/css">
.p_CC664AAA { margin: 0px 0px 12px 0px;text-align: left;text-indent: 0pt;padding: 0px 0px 0px 0px; } 
.s_76E779F8 { font-family: 'Times New Roman';font-style: Normal;font-weight: normal;font-size: 16px;color: #000000;background-color: #FFFFFF; } 
.s_D8D99854 { font-family: 'Verdana';font-style: Normal;font-weight: normal;font-size: 16px;color: #000000;background-color: #FFFFFF; } 
</style></head><body><p class="p_CC664AAA"><span class="s_76E779F8">q </span><span class="s_76E779F8"> Demeurer en contact avec la victime (victime consciente:</span><span class="s_76E779F8">q</span><span class="s_76E779F8"> oui</span><span class="s_76E779F8">q</span><span class="s_76E779F8"> non</span><span class="s_76E779F8">q</span><span class="s_76E779F8"> ne sait pas)</span><span class="s_D8D99854"><br /></span><span class="s_76E779F8">q </span><span class="s_76E779F8"> Déterminer les causes possibles de l'accident</span></p></body></html>

To this :

<p style="{margin: 0px 0px 12px 0px;text-align: left;text-indent: 0pt;padding: 0px 0px 0px 0px;}"><span style="{font-family: 'Times New Roman';font-style: Normal;font-weight: normal;font-size: 16px;color: #000000;background-color: #FFFFFF;}">q </span><span style="{font-family: 'Times New Roman';font-style: Normal;font-weight: normal;font-size: 16px;color: #000000;background-color: #FFFFFF;}"> Demeurer en contact avec la victime (victime consciente:</span>


Any clue ou suggestion will be VERY appreciate.

Thank you
Mike
Telerik team
 answered on 04 Nov 2010
1 answer
97 views
I have bar chart in my report i want to to represent two values current and total in single bar. As current always lesser than total. I want to represent them in single bar with different color. Find attached image.
Steve
Telerik team
 answered on 03 Nov 2010
1 answer
178 views
Hello,

It's possible to have a subreport?  If so, how many level (deep) can have subreports?

By example, Customers (main report) with orders (subreport) with items (subreport in the subreport).

And the limitations in this post (http://www.telerik.com/community/forums/reporting/telerik-reporting/known-limitations-of-telerik-reporting.aspx) still in the lastest version?

Thank you.
Steve
Telerik team
 answered on 03 Nov 2010
1 answer
186 views
Can I create a report in txt format ? If yes then How?

Kuldeep Singh
Steve
Telerik team
 answered on 03 Nov 2010
12 answers
757 views
      I have a group field that I would like to use to show the percentage of users for that group in comparison to the grand total in the report footer.  Basically I'm doing a count for each group and displaying that in another column, and I want to take that count and divide it by the grand total in the report footer section and display that percentage up in the group field.  Is there any way to do this?  I know the reports are generated from the top down, so I didn't know if you could use a field that doesn't even exist yet at the group level.  Please let me know if you have any suggestions.  Thanks...
Steve
Telerik team
 answered on 03 Nov 2010
2 answers
76 views
Hi,

I have a Bar chart on the detail section of the report. I have bound data to this by adding a binding to the DataSource of "=Fields.Field1".

This works ok and i can see the data on the report, but how would I style the bar. Change colour ect.

Thanks
Peter
Telerik team
 answered on 03 Nov 2010
1 answer
75 views
Hi
How I can change the alignmet of the "Generating Report" Message in a web report viewer?

To be visible i need it to be aligned mor like top,center...

//Niklas
Steve
Telerik team
 answered on 03 Nov 2010
1 answer
213 views
Hello,
I need to use in the Reports the Font Myriad Pro, but it does not appear in the Style Builder Dialog.
If I set it by Code it loads Microsoft Sans Serif.

Myriad Pro is an OpenType Font (*.otf) is this the reason why ist does not work?

Thanks Michael
Steve
Telerik team
 answered on 03 Nov 2010
2 answers
718 views
I would like to use a Boolean report parameter in my report, but I would like to change the display value of the radio buttons.  Instead of having it display 'true' and 'false', I would like to hard code the values to strings.  I thought that I could access the ValueMember and DisplayMember and change it that way, but I have been unsuccessful so far.
Sasan
Top achievements
Rank 1
 answered on 02 Nov 2010
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?