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.
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.
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,
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:
When we load Employee into the report designer as object data source, it displays:
But what we would actually like to see is:
We thought of a couple solutions for our 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
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