dbTalk Databases Forums  

Re: reporting services disclaimer in footer from database

microsoft.public.sqlserver.datawarehouse microsoft.public.sqlserver.datawarehouse


Discuss Re: reporting services disclaimer in footer from database in the microsoft.public.sqlserver.datawarehouse forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Brian Welcker [MS]
 
Posts: n/a

Default Re: reporting services disclaimer in footer from database - 01-31-2004 , 06:04 PM






First thing is to change the subreport into a second dataset in the report.
You don't need a subreport for multiple queries. You could put the field in
a table footer, First(Fields!Dislaimer.Value, "Dataset2") and set the footer
to repeat on new pages.

The best place to post these types of questions is in the
microsoft.public.sqlserver.reportingsvcs newsgroup.

--
Brian Welcker
Group Program Manager
SQL Server Reporting Services

"Stu" <s.dee (AT) cognatus (DOT) com> wrote

Quote:
Hi,

I have a crystal report im try to convert to sql reporting. This crystal
report has a disclaimer banner which is a sub report which gets the text
from the database. Also the sub report is in the footer.
Quote:
Sql reports will not allow me to put a sub report/dataset in the footer or
the header as i would like to do something
similar!!

I hate crystal so come on MS gives us the flexability we need!!!

Any ideas of workarounds etc

Stu




Reply With Quote
  #2  
Old   
stuart Dee
 
Posts: n/a

Default Re: reporting services disclaimer in footer from database - 02-01-2004 , 03:10 PM






Hi Brian,

I have tried that
And when i drag the field into the footer and compile it
says
the value for the textbox 'text_1' refers to a field. Fields cannot be
used int headers or footers

Stu



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Reply With Quote
  #3  
Old   
Brian Welcker [MSFT]
 
Posts: n/a

Default Re: reporting services disclaimer in footer from database - 02-02-2004 , 01:09 AM



Could you move this over to the reporting services newsgroup? There are more
people over there who can answer Reporting Services questions than this
group.

You actually can't put a field directly in the page footer. You can put it
in the body and then put a reference to it in the footer, e.g.
ReportItems!Textbox.Value.

--
Brian Welcker
Group Program Manager
SQL Server Reporting Services

The Microsoft legal department would like me to remind you that this posting
is provided "AS IS" with no warranties, and confers no rights.

"stuart Dee" <s.dee (AT) cognatus (DOT) com> wrote

Quote:
Hi Brian,

I have tried that
And when i drag the field into the footer and compile it
says
the value for the textbox 'text_1' refers to a field. Fields cannot be
used int headers or footers

Stu



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.