all groups > sql server reporting services > september 2004 >
You're in the

sql server reporting services

group:

Adding Totals from SubReports


Adding Totals from SubReports TrussworksLeo
9/13/2004 4:11:05 PM
sql server reporting services:
Hello....

Does anyone know why this expression is not working?

=Reports![Sub Lay Out for Approval].Controls!TotalJobs
+ Reports!Backlog!Controls!TotalJobs

Here is the error I am getting... It is asking me to declare an object
which is part of the object model right?

The value expression for the textbox ‘textbox67’ contains an error:
[BC30451] Name 'Reports' is not declared.

--
Re: Adding Totals from SubReports Robert Bruckner [MSFT]
9/13/2004 9:04:07 PM
As indicated by Chris Hays in this previous related posting, returning
values from a subreport (or accessing values inside the subreport) is not
supported:
http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.sqlserver.reportingsvcs&mid=768c8ca9-04e7-4949-8300-c7666c5a6803&sloc=en-us

--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button