SSRS Pull Variables Or Values From Sub Report Into Main Report
I have a main report with several sub reports, each of these with slightly different queries and different ways to show the data. So, in my situation, I have a textbox that needs to compile data from a few different reports with varying criteria. E.G. MainReportTextbox =(Sum(columnA, "Main Dataset"))-(SubReportTextBox)) OR MainReportTextbox =(Sum(columnA, "Main Dataset"))-(subReportVariable)) I saw a few suggested solutions, such as this . Which uses the =[Reports]!MainReport!SubReport!Textbox scheme. The problem is that [Reports] is not a recognized identifier. I did consider to scrap sub