January 21, 2010 at 8:44 am
I am creating a web app that will get the name of the company from a table so the app can be sold to different companies. The reports should have the headers generated from the only row on the 'company' table like the company name, address and phone numbers.
Should I create a dataset reading from that table and a report generated from this dataset and then use it has a subreport for the rest of the reports? or is there a better way to do it?
January 21, 2010 at 9:09 am
Not a web expert - but would you write a constant in the web config file or something like that ??
January 21, 2010 at 10:38 am
The thing is I'm not looking at having the header in the web page but in the actual report. Showing the header in the page is not a problem. But I need it in the report so any printed pages show what company is it from.
January 22, 2010 at 12:57 am
Got ya - think I'd probably create a report template with the company details as a dataset and placed in the report header and then generate further reports from the template...
http://weblogs.sqlteam.com/jhermiz/archive/2007/08/14/60283.aspx
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply