I have a table that is grouped by the field CellWCCode. The SQL Query is returning multiple rows (one each for the child item in the BOM), so for example, I might get 5 lines per CellCode. The field StdLabCost returns the one item for each grouped item, but now I want to total the StdLabCost for all of the CellWCCode. I have not figured out how to Sum all of the distinct values.
I attached sample data and the report.
Hi
I have created reports in the Telerik Desktop Report Designer (v19.0.25.313) and I want to be able to open them in the Telerik Web Report Designer.
When I try to upload the .trdp package into the web Assets Manager I get an error - see screen sample.
How can I migrate a desktop report to a web report?
Thanks
Tim.
==
I'm using Telerik Reporting 2025 Q1 with the standalone Report Designer .NET.
I need to style my reports to match the background color of our application. I thought that using a Parameter to pass in the color would be a solution, but I can't seem to bind it to the Style.BackgroundColor of the header panel.
I added an Integer parameter called ThemeColor with the value of a hex color (1445712).
First off, there is no editor support for binding for the value of the BackgroundColor (i.e. there is no dropdown menu to select expressions only different color pickets), but I can type in an expression manually. I'm not sure if this indicates that the BackgroundColor doesn't support expressions or it's a quirk of the editor).
I've tried entering =Parameters.ThemeColor, but it says that '=Parameters.ThemeColor is not a valid value for Int32.'
I've also tried Parameters.ThemeColor.Value, but with the same error.
I've also tried =System.Drawing.Color.FromArgb(Parameters.ThemeColor), but the same error.
It only seems to accept named colors even through the documentation suggests that it should accept hex color.
https://docs.telerik.com/reporting/styling/styling-reports/styling-report-items
Thanks,
Canice
I'm using JsonConvert.SerializeObject(ds) to convert to JSON string dataset composed of three tables the resulting JSONcomes back with something the result shown below. These fields are part of header section in the report and they are giving me errors. Someone suggested to remove the square brackets in order to make it work and it did the trick. Is there a way I can access these fields in the header section without making changes to the resulting JSON?
I have a report with three parameters - two drop-downs and a date. All have AllowNull set to False.
The two drop-downs work fine when I pick data, but the Date parameter still has the red mandatory asterisk even though I have selected a date from the calendar - see below
What am I doing wrong?
Thanks
Tim.
==
Our application allows users to enter Rich Text in some fields and we want to be able to print out that Rich Text in a report.
We are using Telerik Report Designer v19.0.25.313
I am using a standalone report templates to display the data from SQL data source with using stored procedure. If I add the columns in the select statement of stored procedure causing the below error.
Designer details,
For datasource since we are passing connection string dynamically we cannot refresh the configuration manually from report designer. In that case how do we resolve this issue?
Thanks in advance