The labels of the axes and data points of a Bar chart are not correctly placed in PDF rendering when using .NET Core. The Graph is rendered on multiple pages. The appearance on the first page is correct and deteriorates on the next pages.
In.NET Framework, the same report is rendered as expected.
The label connectors are not displayed when the graph contains a second coordinate system, which is configured for non-pie charts, but is not used by the graph series.
Pie chart coordinate system has Category Scale for its Radial Axis and Numerical Scale for its Angular Axis.
The pdf documents generated with Telerik Reporting are not compatible with the BlueBeam Revu PDF editing tool.
For example, if we select a text and try to change the font size, the selected text inverts (upside down) and flies to the left of the document.
The pinch zoom feature on mobile devices is not working as expected.
Hi Team ,
* We have created a ASP.NET MVC Project --> Created a new application related to our company which includes login page and the next page
* For creating a report , we have created a Telerik report library --> And then we have designed a report and added a mvc report viewer page .
* But we get certain errors saying few packages are not installed .
We have attached the solution and screenshot for your reference
alot modern apps will be using uwp would be nice if we could use reporting with it
When the culture of the thread is the default one, the private font (e.g. "Shadow Brush") will be replaced with a substitute in the Html5 Viewer (e.g. "Verdana") as the viewer does not respect private fonts. This is normal and expected behavior. When exported to PDF the text is displayed with the correct font ("Shadow Brush") but the embedded font as claimed by the Font properties of the PDF document reader is the substitute font ("Verdana").
When the culture of the thread is changed, the private fonts are not respected and not embedded in PDF rendered document at all. The text does not appear.