Telerik Forums
Reporting Forum
1 answer
30 views

Hi,

Is there a way to align an entire table in the cente of a report page please?

Cheers

Reg

Justin
Telerik team
 answered on 21 Feb 2025
1 answer
22 views

Hi,

 

I am trying to round the corners of a table in Telerik Report Designer. Currently I only am aware of tables having right angles. Is there a way to do this? 

 

Would want the corners to be rounded as such:

Ivet
Telerik team
 answered on 21 Feb 2025
1 answer
31 views

This is likely trivial, but I don't even know what to search for.  I'm using "Telerik Reporting 2025".  I have a report that has a total (sum) at the bottom of a section.  I'd like to calculate the percentage of the total that the current line represents.  How do I put a field on a line that calculates the percentage for that line of the total of the grouping?

I'm likely explaining this very poorly, but feel free to ask for more details.

Krasimir
Top achievements
Rank 3
Iron
Iron
Iron
 answered on 18 Feb 2025
1 answer
30 views

I have a main app (.Net Core) into which I now want to start adding some reporting functionality.

I have watched some of the getting started demos, and am reasonably happy with the actual fundamentals of creating reports, my question is more in regards to how best to structure things in terms of my solution / projects.

My main app is a solution with 4 projects, each representing a layer within the app - Core (plain objects), Data (EF data repository), Logic (business logic) and UI (front end MVC controllers / views etc).

Should I be looking to build a completely separate solution for the reporting, with perhaps a project for data retrieval (JSon) and one for the actual report definitions - is this the recommended best practice - I guess there is also an argument to create the data retrieval completely separate as it's own web service?!

Or should I be keep things more simple and adding reporting into the main app in it's own project.

Obviously I want users of my main app to be able to see and run reports, and also the app will need to be able to produce invoices / purchase orders etc which I will also design as reports.

I am thinking that there may be instances where I may want to refer to reports in another customer facing web app, so in effect could be sharing reports.

Sorry if this is a basic question, I just want to get the fundamentals / foundations right from the off.

Dimitar
Telerik team
 answered on 17 Feb 2025
1 answer
21 views

Dear Support,

html text box is showing the data as it is stored in the database as html code. 2025 report designer.

Imran

Shaimaa
Top achievements
Rank 1
Iron
 updated answer on 17 Feb 2025
1 answer
31 views

Hi, I'm developing a report with standalone designer (version 18.2.24.824) with a JSON Data Source. When I put my JSON inline, no problem. But when I follow this instructions, I have no data (I bind my data source on a table). No errors, but no data.

The content of the JSON file :

{"eleves":[{"numero":1,"nom":"Toto","prenom":"Toto "},{"numero":2,"nom":"Tata","prenom":"Tata "},{"numero":3,"nom":"Tutu","prenom":"Tutu "}]}

 

On my data source, I set the property "Data Selector" as "eleves".

I create a report parameter named "DataSourceFileName".

I run the report (from an ASP.NET Core app) with the follwing value for the parameter : @"c:\\temp\\Telerik report\\Data\\data.json"

My Table in the report has following parameters :

  • DataSource : ListeElevesDataSource [Telerik.Reporting.JsonDataSource]
  • Telerik.Reporting.Binding : 
  •     Path : DataSource.Source
  •     Expression : GetUri(Parameters.DataSourceFileName.Value, "Absolute")

 

Any advice ? Thank you

 

 

 

SIEN
Top achievements
Rank 1
Iron
Iron
 answered on 13 Feb 2025
5 answers
323 views

Hi,

In our report design, we need to add two watermarks depending on . Although through the designer we can add multiple text watermarks they all seem to start from the middle, which makes them overlap if both watermarks appear at the same time. Changing the Orientation also does not work because all the orientations start from the middle.

Is there a way to change the placement of the watermarks so they will no overlap?

Thank you.

Souvik
Top achievements
Rank 1
Iron
 updated answer on 13 Feb 2025
2 answers
57 views

I need help using reporting in a Blazor app. I would like to create a report based on a razor page. There will be 3 values and 13 lists of entities coming from the code behind cs file that need to go to the report. This is a .Net 9 application. And I want to display it with the Blazor report viewer.

This would be an object source, and it seems very difficult to do. I cannot use the Visual Studio report designer because that is only for the legacy full Dot Net framework. I am trying to use the standalone version. Is there an up-to-date example of doing this in a Blazor application?

Dimitar
Telerik team
 updated answer on 13 Feb 2025
0 answers
26 views

I just added a blank report in VS2022, but I don't see a way to add report items like label, images text boxes etc.  How do I design it?  Thanks!

 

Satish
Top achievements
Rank 1
Iron
 asked on 12 Feb 2025
0 answers
22 views

Is there a limit on the number of RunningValue() functions we can use in the same scope (group) as I have 3 and the first one behaves as expected, the others don't produce the expected result. 

I've copy and pasted the working one, to replicate it and the replication doesn't work, so it seems like there is a limit but I can't really understand why there would be. 

 

this works

=RunningValue("group1", sum(Fields.value))

this doesn't work

=RunningValue("group1", sum(Fields.volume))

 

For reference what I'm using the RunningValue() in expressions for accumulated date in text boxes

Eg

Value, Volume, Accumulated Value, Accumulated Volume

 

 

Elaine
Top achievements
Rank 1
 updated question on 11 Feb 2025
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Iron
Krasimir
Top achievements
Rank 3
Iron
Iron
Iron
Shawn
Top achievements
Rank 1
Iron
Javier
Top achievements
Rank 1
Iron
Jean-François
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?