var report =
new
ReportViewer
{
Report =
"Test.MyReport, Test"
,
ReportServiceUri =
new
Uri(
"../ReportService.svc"
, UriKind.Relative)
};
var grid =
new
Grid();
grid.Children.Add(report);
var window =
new
ChildWindow
{
Content = grid
};
window.Show();
<
controls:ChildWindow
x:Class
=
"Views.MyChildWindow"
xmlns:controls
=
"clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls"
xmlns:telerik
=
"clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight"
>
<
Grid
x:Name
=
"LayoutRoot"
>
<
telerik:ReportViewer
x:Name
=
"ReportTestViewPrint"
ReportServiceUri
=
"../ReportService.svc"
Report
=
"Test.MyReport, Test"
>
</
telerik:ReportViewer
>
</
Grid
>
</
controls:ChildWindow
>
var window = new MyChildWindow();
window.Show();
Hi,
We are using Telerik Reporting Q2 2010 v4_1_10_921_dev for our project reports. we are working on localizing Reports.
we started by using "localizing Telerik Reports video" as reference.
http://tv.telerik.com/watch/reporting/localize/localizing-telerik-reports
As mentioned in video, when we enter the french text in the Text block and hit enter french resource file will be generated automatically. But when we try enter text and hit enter its giving error
"Code generation for property "Text" failed". Refer attached screen shot.
Steps we followed :
Set the report localize property to true
Set the language property to french
Replace the text with french text and hit enter ( as mentioned in video) and error pops up.
Request you assist in solving problem.
Thanks and Regards
Jyoti
Hello all. I am very new to Telerik charts and have decided to create my first pie chart and as a result I am without a lot of hair I started with. I can not for the life of me figure out how to get this pie chart to show actual numbers on it. I would have thought that numbers on a pie chart would be rather elementary but no matter what I change or set, all I get is the item name but not the actual number the slice of pie represents. Can anyone please, please give me a clue??
Please see attached picture for example of what I am talking about.
Thank you in advance!
Malcolm
Hi,
I have used HTML TextBox in my Report and i have given the values for HTML TextBox like the below format are as follows,
='| | |'
Senario:
In the HTML TextBox, if i give values upto 99 characters it works fine and if i give more than 99 characters then getting Error which i have attached(ErrorMesage.png).
Solution:
Error should not occur If i give any no of characters in HTML TextBox(htmltextbox_report.png).