Hello, I'm trying to update the version of Telerik reports in my app by following the documentation steps:
https://docs.telerik.com/reporting/installation-upgrading-newer-version#old-projects-manual-upgrade .
.. however, after generating the .trdx file, when I try to render the file in html it shows the error:
"The 'ObjectContent`1' type failed to serialize the response body for content type 'application/json; charset=utf-8'."
I have not found a solution to this in the documentation yet, could you help me?

Hi,
I have a small question conc Object-DataSource for report.
I gather data for the data source. Then, I have a data model which is directly available for report (I see it in report designer).
The question is: if, in data-model I have
(pure example)
...
public int Field1 { get; set; }
public int Field2 { get { return Field1 + 1; } }
...
Does it mean - each time I use Field2 in my report, Field2 is calculated, or it is calculated once the DateSource is prepared?
(I am afraid, it is calculated each time Field2 is used)...
Jola
Hello everyone,
I am newbie, in begining time i set property type Standard.
How i can change to professional type.
thanks
Hello, having an issue with multi level indents on lists.
When editing the text using the kendo rich text it appears fine, but when taking that value and rendering to a pdf, the subsequent lists have a checkbox (instead of a dot)
Is there a workaround for this?

Hi,
Is it possible for the ReportViewer to use your RadSaveDialog during exportation.
Thanks
Marc
Helllo All,
I have been working with Telerik Windows Forms.
I already migrated a project from Silverlight Viewer to Windows Forms viewer, the issue that I have is when I print a report the print dialog does not contain an option to shrink oversized reports to letter size.
The option was available on Silverlight.
Is there any configuration to perform the shrink automatically in execution time? We have a lot of reports with different sizes but we want to avoid modifying all the reports format.
Thanks in advance.

I am having a problem with sorting within a group on my report. The group needs to sort alphabetically which works, but I want the blank/null values to sort to the bottom of the list. When I sort alphabetically ascending, the blanks/nulls always go to the top of the sort.
In the datasource, I can make the blank values send in as blank or as null, whichever is needed for this functionality.
I have tried sorting by null, then by name but it still puts the blank/null values at top.
Is there anyway to sort alphabetically ascending with these blank/nulls at the bottom of the list?
Thanks,
Phil
