We are using the Report Designer V 14.1.20.513. I was hoping for an explanation of sortings. Some of our reports have 10 or more groupings, and sorting doesn't always do what I expect. It seems like I need to duplicate all the group sorting into the program sorting, but I can't tell which one rules in that case. Sometimes in the groups I need to add a 2nd sort from the next group to get the report to work. Can you explain the differences between group and program level sorting.
Thank you.
I have a report with a PictureBox control in it. The report could have multiple images of various sizes and because some of these images could be larger than the actual page width, i use the ScaleProportional setting with the container of the picturebox taking up the entire page. This way the image will take up as much of the page as necessary without exceeding.
The issue is that we also have some images that are smaller, and when the report prints, it retains all the whitespace defined by the picturebox container. Is there any way to configure my report so that the smaller images do not retain all this white space?
The images are fed into the report using a url on our file server passed into the PictureBox bindings so I don't have access to the actual dimensions of the image
We have a Winforms App that has an embedded WPF Telerik Reporting User Control
It works fabulously until search. The Search Button on the Telerik Report Launches a Modeless Window with the ComboBox for Searching. The Rub comes between The ElementHost and the WPF Control. When A WPF Control Hosted by Winforms uses Modeless operations the WPF Control must call a Static method to Enable Modeless opetion from a static Method
ElementHost.EnableModelessKeyboardInterop(Window wpfHostedWindow)
My Question is will my embedded control (item 1) be sufficient for the wpfHostedWindow?
Or will i need to pass the actual Find Window (item 2)?
Or the ComboBox Source (item 3)
Hi
I have a crosstab that I want to filter on a couple of values. I've setup the filter as I would expect it to work but it's not working. In the "Value" textbox what do I put to make it filter where the values are "Example1" or "Example2"?
This is what I have so far:
I've tried a few different formats but it's not worked so far.
Hi All,
Having used Crystal Reports VS for years, we recently decided to move to Telerik Reports, however I can't say I am overly impressed with the performance and memory usage!!
I designed a rather simplistic report in both Crystal and Telerik, pushed the same data through (125000 rows / 10 columns) with no calculated formulas, conditional formatting, or images, and results are as follows:
Crystal to PDF = 70 seconds (400MB ram usage)
Telerik to PDF = 180 seconds (1800MB ram usage) with FontEmbedding set to None. If on SubSet, file size will grow from 5MB to 60MB!!
Telerik to XLSX = 380 seconds!
Is Crystal Reports really that well optimized for exporting to PDF! Or is Telerik Reports really that bad??
Looks like we will have to run two sets of reports now or look at alternatives!
Both reports are using ObjectDataSource with data retrieved from a stored procedure and outputs to a DataTable. Data retrieval on both takes approximately 30 seconds, with the rest on rendering! Telerik report is not opened in a Viewer, but rendered directly to PDF, same with the Crystal Report.
Any tips or suggestions greatly appreciated, but I don't have much faith that it will improve much :(
Cheers
Joe
When I'm trying to use the kendo panel bar, i'm getting an error:
I have the module loaded,
TypeError: $root.children(...).kendoPanelBar is not a function
core.js:6210 ERROR Error: Uncaught (in promise): TypeError: $root.children(...).kendoPanelBar is not a function