Telerik Forums
Reporting Forum
2 answers
354 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
318 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
81 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
98 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
376 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
91 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
141 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
136 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
1 answer
76 views
Hello

I've got a problem while using ChartSeriesItem.ActiveRegion. I do generate the items programmatically and add them to a series.
foreach (var a in b)
{
    ChartSeriesItem objItem = new ChartSeriesItem();
    objItem.YValue = 1;
    objItem.Name = "test";
    objItem.ActiveRegion.Click += new RegionClickEventHandler(ActiveRegion_Click);
    objItem.ActiveRegion.Attributes = "onclick:alert('test')";
    objItem.ActiveRegion.Tooltip = "test";
    objItem.ActiveRegion.Url = "www.google.com";
    objSeries.Items.Add(objItem);
}

void ActiveRegion_Click(object sender, RegionClickEventArgs args)

{

 

throw new NotImplementedException();

}

But the handler is not getting fired nor the alert is shown..

Is there something i miss?

Thanks and best regards

Steve
Telerik team
 answered on 07 Nov 2012
0 answers
76 views
Hi,
I
am using the Telerik Reporting v: 5.0.11.316 in WebApp
When I close my report
The server memory is not empty

why?
Hossein
Top achievements
Rank 1
 asked on 07 Nov 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?