The legend text is getting cut off. There does not seem to be any pattern to the issue. I am using Microsoft Visual Studio Community 2019 and have Telerik installed. I have created several graphs and have gone into the graph properties of the graph. I selected Series --- <Then the bar Series> --- LegendItem and entered the value. The text is getting cut off. Please note the post in other category.
https://www.telerik.com/forums/legend-text-getting-cut-off
Hi,
I am creating the Pie chart and I would like to show additional value, percentage and total in legend.
I tried to add the value and percentage in the label expression in Legend Item Value property as a string. But the value fields are not able to Right align.
How to add the total field in legend and how to format the label field in legend.
Any help will be highly appreciated.
Thanks.
Hi,
I've created a trdp report (created parameters there) and trying to use it in blazor server side project. I've found the code below on Telerik doc page. Unfortunately there is no any code sample how to pass custom parameters here. Any example will help.
Thanks.
ReportViewer ViewerId="rv1"
ServiceUrl="/api/reports"
ReportSource="@(new ReportSourceOptions() { Report = "YOUR_REPORT_HERE.trdp" })"
Parameters="@(new ParametersOptions { Editors = new EditorsOptions { MultiSelect = EditorType.ComboBox, SingleSelect = EditorType.ComboBox } })" ScaleMode="@(ScaleMode.Specific)" Scale="1.0"
I tried creating both dotnet core and dotnet framework class library projects, added the telerik reporting nuget packages to them.
But when opening add new item dialog, Telerik report is not showing up as an option.
The user in this post seemed to be able to do this
Why is this?
Hello,
I'm currently converting an old reporting system to Telerik. In particular, the legacy system is composed by a user interface and two services: a data provider and a print service. My job is to replace the print service with Telerik Reporting, developing an adapter between the data provider service and a Telerik DataSource.
The main problem is that the data provider service does not expose a way to access data; instead, it actively calls the print service providing data for a specific section to print.
I identified Telerik's ObjectDataSource as the best data source to use, which should refer to the adapter as if it is a business logic object; this object should refer to a buffer which is used by the legacy data provider service to cache data to print. The problem is that memory is a constraint, so I've done some testing before starting to develop such a complex solution. As far as I can tell after those tests, when printing the same section consecutively, Telerik asks for all the data needed at that level before showing the preview, so I should buffer every data before Telerik possibly can show them in the preview, which is unacceptable for big reports.
Am I right or am I missing something?
And if I'm right, is there any other way to make Telerik Reporting construct its preview in the same section-by-section way used by the legacy data provider?
Thanks in advance and best regards
Is it possible to add icon / logo inside a QR Code ?
Hi,
When there is 4 report parameter, and when end date date picker is expanded picker position will be on bottom and scroll bar comes ups.
When there is 5 parameters, and when end date picker is expanded position will be on top and there won't be any scroll bar.
How can i get rid of this scroll. Kindly help me on this.
Regards,
Sulatha
Hello,
I am dealing with an issue that I am not able to solve.
I have a Table that I want to print run-through without blank lines. I have put keeptogether FALSE but it does not work.
I put this the property to false in the table and at all the items of all the report (just to ensure) without result.
Is it a bug or should I change any other property?
Attached it is the reportTable with the design and the result with the visual explanation.
Thanks a lot in advance.
Gema
Hello Telerik,
I have created a Bar chart Report, wherein the Data point Label value is set Outside the column. It is fine for some bars, but the the bar which is the maximum, the value is displayed inside the the column.
Please find the attachment for the same. Request you to help me in resolving this.