Telerik Forums
Reporting Forum
1 answer
131 views

I am working on Telerik Reports which are migrated from Silverlight. 
I am now using HTML 5 Report Viewer. 
There is one report that gives this error : "Internal Server Error. Child doesn't implement ITableCell."
The report is compiled and generated correctly in the HTML Preview Pane in the Visual Studio. 

Also, what actually happens is that the sometimes (as I have noticed) the report data does come and populates and then vanishes in a blink giving this Error. 
I have attached a screen shot of the error view. 

I am expecting some quick response.
Thanks. 

Ivan Hristov
Telerik team
 answered on 04 Jun 2018
4 answers
301 views
Hi,

In our client-server based application we use the stand-alone Telerik Report Designer tool to create the reports. We store the report definitions as XML (*.trxd) and distribute them to the client apps. This offers great flexibility in creating new on-the-fly reports which have no binary dependency with our application. Also it bypasses the need to compile reports so non-developers are able to create new or change existing reports.

We now need to provide globalization support. The help documentation states an approach to add globalization support to the reports but this seems to work only for code-based reports, not for XML. The Report Designer tool does not offer a "Localizable" property that can be used when creating code-based report definitions.

The best I can think of is to add specific tags in the report definition (e.g. %USERNAME%) and have custom language files. Since I will distribute the reports from the server we can preprocess the reports e.g. to replace text tags. Resx files are a bit restrictive in my scenario because this would create a binary dependency.

Would this be a good approach in my scenario? Or what alternatives would I have?

Regards,
Daniƫl
Nasko
Telerik team
 answered on 01 Jun 2018
2 answers
124 views
How can we implement WebServiceddatasource in standalone Telerik report? 

Also, I have gone through WebServiceDataSource Component I wasn't able to the Telerik.Reporting.WebServiceDataSource DLL or the corresponding NuGet package inside the application.
Nithin
Top achievements
Rank 1
 answered on 01 Jun 2018
1 answer
313 views
Under the topic 'How To: Create a Custom Parameter Editor' my understanding is that you can change the default editor into a dropdown. When I try the example given the report parameters section is not displayed on the report. What can be the reason for this?
Silviya
Telerik team
 answered on 01 Jun 2018
0 answers
85 views

Hello, I have a telerik report page. The pdf output at my table;

aa bb 

cc dd 

ee ff

gg hh

ii jj 

kk ll

I want the table format;

aa  bb  gg  hh

cc  dd  ii  jj 

ee  ff  kk  ll

How can I resume the table to the right?

Thanks.

Büşra
Top achievements
Rank 1
 asked on 01 Jun 2018
1 answer
450 views

Hi,

I am trying to add reference to an assembly in "Standalone Telerik Reporting Designer" to be used for Object Data Source.

In a link below it describes how to do that: https://docs.telerik.com/reporting/standalone-report-designer-extending-configuration

But it is strange that I can't find where this section/file is located :) 

Can you please help me to find from where to open and edit that configuration file?

 

Thank you,

 

Todor
Telerik team
 answered on 31 May 2018
1 answer
82 views
The report designed by standalone report designer shows display issues in android and ios devices when exported in Excel.
Todor
Telerik team
 answered on 31 May 2018
1 answer
545 views
  Trialing out Telerik Report Server   .    When trying to add a 'NEW REPORT' ,   I enter the correct server URL (http://{server}:83/) and local account set up in 'User Management',  but it keeps coming up with 'Error while logging to server.  Please check the server URI and credentials'
Todor
Telerik team
 answered on 31 May 2018
2 answers
340 views

Hello,

 

We're currently working on an application which supports dynamic properties, created by the users of our application. We want these properties to be available to our users when they're designing a report with the standalone report designer.

In our codebase (c#) a class with dynamic property support looks like:

[DataObject]
public class Employee {
   public string Id { get; set; }
   public string Name{ get; set; }
   public List<DynamicProperty> DynamicProperties { get; set; }
}
 
public class DynamicProperty {
   public string Name { get; set; }
   public object Value { get; set; }
}

 

Let's say one of our users created 2 dynamic properties for Employee:

  1. Title
  2. Adres

When we load Employee into the report designer as object data source, it displays:

  • Id
  • Name
  • DynamicProperties

But what we would actually like to see is:

  • Id
  • Name
  • Title
  • Adres

 

We thought of a couple solutions for our problem:

  • Use web service data source so we can generate json, based on the dynamic properties. We don't actually want to use a web service for this.
  • Runtime compile a new class with the flattened properties and use this as object data source. Seems like a lot of effort for what seems to be a small problem.

 

Since we don't actually want to use any of these solutions I was wondering if there is an easier way to deal with this problem. 

 

Thanks in advance!

 

Kind regards,

Rick Brants

Rick
Top achievements
Rank 1
 answered on 31 May 2018
1 answer
133 views

Data in table column gets cut when report is rendered on samsung tablet device. The data is correctly displayed on webpage on desktop.

I have set the multiline property to true, textwrap to true.

Attached the screenshot where data gets cut in Training Module column

 

Ivan Hristov
Telerik team
 answered on 31 May 2018
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?