| chartseries.Type = Telerik.Reporting.Charting.ChartSeriesType.StackedBar; |
| chartseries.Appearance.BarWidthPercent = 15; |
| chartseries.Items[j].Label.Visible = false; |
| chartseries.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(57, 19, 232); |
| http://www.mediafire.com/file/q1ggnyj2y2y/Telerik Report.rar |
this
.DataSource = MyBusinessClass.LoadTestData();
}
else
{
this.DataSource = MyBusinessClass.LoadRealData();
}
...
I did try this.DebugMode() and it didn't behave as I thought it would.
Thanks for your input on this matter.
Michael
Good morning,
We have a problem that we cannot resolve watching the documentation.
After we created a report using wizard, we tried to impost specified parameters, but we do not managed to make them independents between them. For example we do not succeed to execute a research for only one of the indicated parameters also having insert NULL provision and finally we have some trouble to apply filters from a master to a subreport.
We would like to ask you a help to resolve these problems.
Thank you so much.
We look forward to your answer,
Yours faithfully.
I have a richtextbox in Silverlight and I save the content as xaml in the database.
When I use it, I convert the filed to html and use it in Telerik reporting as a htmltextbox.
The problem is when using WriteEndElement it create the endtag as />, If there is no content.
When I binding the htmlfield to htmltextbox, it ignore the endtags and it creates the endtags last in the text.
Below, see the content of the htmltextbox. It ignore the red text, entags, and I missed the text “Head”.
Is this a fault?
<div><p STYLE="font-size:12;font-family:Verdana;color:#000000;font-weight:normal;font-style:normal;text-align:Left;"><span STYLE="font-size:14;font-weight:bold;">Head</span></p><p STYLE="font-size:12;font-family:Verdana;color:#000000;font-weight:normal;font-style:normal;text-align:Left;"><span STYLE="font-weight:bold;" /></p><p STYLE="font-size:12;font-family:Verdana;color:#000000;font-weight:normal;font-style:normal;text-align:Left;"><span STYLE="font-weight:normal;">Hello.</span></p><p STYLE="font-size:12;font-family:Verdana;color:#000000;font-weight:normal;font-style:normal;text-align:Left;"><span STYLE="font-weight:normal;" /></p><p STYLE="font-size:12;font-family:Verdana;color:#000000;font-weight:normal;font-style:normal;text-align:Left;"><span STYLE="font-weight:normal;">Hello two.</span></p></div>
I also have another question. Will it come a RichTextBox in Telerik reporting?
/Fredrik