index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Report Headers :: (6)Post a New Message | Post a Reply
Mar 3 2005, 8:38 AM
 Report HeadersPost a Reply
 scotthibbs

View this author's profile Send this author a private message

from: Philadelphia, PA

Since you removed the Report Title and replaced with the new property, how can we put the report title back in the header?  I see no way to do that, and clearly that is something my users want to see.

Also, I need to be able to control the layout of the header...for alignment purposes.  I included a <table> in the header and the report formatting was severely thrown off.

Mar 3 2005, 12:07 PM
 Re: Report HeadersPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Hello Scott,
Sorry for the inconvenience. We have replaced it with the PrintHeader property which is displayed when the user hits the Print button. e.g.

objWiz.PrintHeader = "<div align='right'><img src='images/logo.gif' vspace='10'></div>"

For more information, please check the posting below about the  PrintHeader and PrintFooter properties of the report wizard

http://www.aspwebsolution.com/forums/?tid=1238




-------------------------
Ghost
Mar 3 2005, 1:37 PM
 Re: Report HeadersPost a Reply
 scotthibbs

View this author's profile Send this author a private message

from: Philadelphia, PA

I know about that property....but you REMOVED the REPORT TITLE. The users no longer see the title when they print.  There is no property to put the report title back via the new property....and if you use a table for alignment in the new property the report format screws up....the header appears BELOW the column headings.
The users were pretty mad about the loss of the titles when I dropped the latest version in. Changes such as this should be optional....and not disturb existing reports.

Mar 4 2005, 5:10 AM
 Re: Report HeadersPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

I'm sorry I did not understand correctly. The report title bug will be fixed in the next minor release due by the end of today.

thanx!


-------------------------
Ghost
Mar 4 2005, 9:30 AM
 Re: Report HeadersPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Would you prefer we added the title to the PrintHeader so it appears on all pages? for example:

objWiz.PrintHeader = "<div align='right'><img src='images/logo.gif' vspace='10'><br><center>@ReportTitle</center></div>"

where @ReportTitle will be replaced with the report title.





-------------------------
Ghost
Mar 4 2005, 10:14 AM
 Re: Report HeadersPost a Reply
 scotthibbs

View this author's profile Send this author a private message

from: Philadelphia, PA

Yes...definitely.  Thanks.

Pages: (1)   [1]

search this forum: