#SSRS Expressions

2 messages · Page 1 of 1 (latest)

quaint wharf
#

I believe MS SSRS Builder runs off of visual basic, correct? I tried to look up my answer but failed. Here I am.

In Microsoft SSRS builder, I have a text box, it displays the grand total price. the rest of the text boxes in this group add up all the totals to have one big total. I need this number to display at the bottom of the page by the footer. If I take the grand total box out of the group, it won't display info.

Is there a way to make a text box (in the footer) and have an expression to copy whatever the grand total text box displays? If textbox "GT" displays 1234, I also display 1234.

elfin rose
#

I don't personally work with SSRS, as I had other means to do reporting programming wise.

The name is SQL Server Reporting Service. The reports are basically generated by SQL queries. The core of the reporting service itself is PowerBI. Microsoft seems to be separating these two cores in SSRS 2019.

Here's the link to learn more about SRSS.
https://learn.microsoft.com/en-us/sql/reporting-services/tools/report-designer-f1-help?view=sql-server-ver16

View information about F1 Help for the SQL Server Reporting Services Report Designer wizards, views, and dialog boxes in SQL Server Data Tools.