Telerik Forums
Reporting Forum
1 answer
107 views
Hello,

I*m using:
Telerik Reporting 2012 Q3 - Version=6.2.12.1017

Visual Studio 2010
Silverlight 5

Problem:
Icons are missing when I want to show the report in a window programatically:

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();

Example of a request for an image that is automatically made:
  1. Request URL:
    http://localhost:3798/Telerik.ReportViewer.Silverlight;component/images/Print.png
  2. Request Method:
    GET
  3. Status Code:
    503 Service Unavailable



If I try this in XAML then all icons are loaded (no extra requests are made like the one above):
<controls:ChildWindow x:Class="Views.MyChildWindow"
           xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
           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();

I'm doing something wrong?

Thanks in advance.

Steve
Telerik team
 answered on 12 Nov 2012
3 answers
240 views

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

Steve
Telerik team
 answered on 09 Nov 2012
2 answers
322 views
We have created a report using only the font "Arial Unicode MS". Exports to Microsoft Excel work fine (the East Asian text is visible).

However, exports to PDF result in empty boxes instead of text.

PDFs created on my development machine work fine (East Asian text is visible in PDF). But when we deploy to our server (Windows Server 2008 Standard), the PDFs once again result in empty boxes.

Any suggestions?

P.S.  In our case "East Asian Language" = Chinese and Korean.


Roman
Top achievements
Rank 1
 answered on 09 Nov 2012
4 answers
289 views
Firstly, I think Telerik reporting is amazing! A great product...

I'm currently having some issues.. I created a WCF service that returns a report using SOAP. 
Using the example "self-hosted-telerik-reporting-wcf-service.html" my URL looks like this:

http://localhost:54321/reportservice/resources/export?format=PDF&report=YourNameSpace.Report1,YourNameSpace&parameterValues={"FileID":21} When I go into the report designer and setup parameters, my call to this service no longer works. However, when clearing all parameters or hard setting the parameter as a certain value, the call works perfect (returning the report with FileID of the hard coded value) Could really use some help on this... Thanks
Regi
Top achievements
Rank 1
 answered on 08 Nov 2012
3 answers
74 views
Hi,
We need to create a report where a field Size font is dependant from another field value:
example:
Il first field value is 12 then style font size of second one must be 12.
Is it possible to get this behavior ?
Regards
Eric

Steve
Telerik team
 answered on 08 Nov 2012
0 answers
79 views
Is there any chance to use Telerik Reporting with a Database Paging strategy?? I have worked in ASP.NET traditional development and also with some of the new MVC Javascript architectural development strategy. I have co-workers who want to move away from Telerik and Roll our own Reporting tool using Ajax and Database paging.
  Any information you could provide about this and the future of Telerik Reporting would be great. Thanks.

Sincerely,

ISIS 
Laura
Top achievements
Rank 1
 asked on 08 Nov 2012
2 answers
347 views
Hi
I have a report that use report parameter to filter some data,and also I have master page with form decorator in it.
I set skin  property of report viewer to Hay (for example) to report get style.
but report parameter did not get any style.
Now my question is:
how can I set skin or style for report parameter controls in my report?
for example my date picker in report parameter or my drop down list have an Hay skin.

Brian
Top achievements
Rank 1
 answered on 08 Nov 2012
3 answers
70 views

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

Malcolm
Top achievements
Rank 1
 answered on 07 Nov 2012
1 answer
125 views

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).

I have briefed the above details in the attachment too and kindly provide me the solution for the senario.

Steve
Telerik team
 answered on 07 Nov 2012
1 answer
115 views
I'm trying to create a SubReport using an entityDatasource.  I am able to do it using the Designer, however I need to do it in code because i'll need to join some tables (unless I can do this in the Designer).  I've tried to emulate the code example here  http://www.telerik.com/help/reporting/entitydatasource-retrieving-data-from-an-entity-data-model.html but to no avail as it never shows up in the configuration of mydatasource.

Is there a downloadable example anywhere that I could refer to?
Steve
Telerik team
 answered on 07 Nov 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?