Hi,
We have installed the latest version of Telerik reports version 11.2.17.913. After installation we removed all the old references and referenced the 11.2.17.913 version of DLLs. Added the latest JS file into our application.Now the problem is we are getting - "Error registering the viewer with the service.An error has occurred.Object reference not set to an instance of an object." on the report viewer. We are using MVC 5 and Visual Studio 2017. Can you please provide a solution ASAP?
Thanks,
Maheswari S.
hi sir,
Below are
the issues raised by warehouse on dynamic report:
Point Issue Expected result
A ------ Column D and column E is merge , This shouldn’t merge as they need to use for reporting purpose(the example show in below screenshoot)
http://prntscr.com/o1rmmc
B ------ When exported, it is converted to text. Please export it out to excel as numbers(like date as date integer as number)(the example show in below screenshoot)
http://prntscr.com/o1rjiv
C ------ Column A with blank value generated Please remove the column. This is not needed(the example show in below screenshoot)
http://prntscr.com/o1rnnp
This three issue rectify soon
Hi,
I am trying to generate reports with a group which contains a text box(title of the table) and a table. The 'GroupKeepTogether' property of the group is set to true and its contents' (text box and table) 'KeepTogether' property to false. When I try to generate the report, the second table is getting generated in the third page even though there's space in 2nd page(which has only two rows of the first table). Is there a way to force the report to utilize the free space of the all pages.
Please refer the screenshot
Regards,
Majar
I am trying to connect to a web api via the webservice data connector in the standalone report designer. I have been able to return the data in json format via Postman with the same query parameters, but when i try to configure the data source in the report designer, I get the following error.
System.InvalidCastException: Unable to cast object of type 'System.String' to type 'Newtonsoft.Json.Linq.JToken'.
Any thoughts on what the issue could be?