Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
cwtriguns2002
Constraint Violating Yak Guru
272 Posts |
Posted - 2007-03-05 : 02:49:42
|
Hi all. How to make a template header for reports please? So that everytime I make a report, ill just call the template in the header. Thanks.-Ron- |
|
jhermiz
3564 Posts |
Posted - 2007-03-05 : 20:10:23
|
quote: Originally posted by cwtriguns2002 Hi all. How to make a template header for reports please? So that everytime I make a report, ill just call the template in the header. Thanks.-Ron-
Here you go, http://jhermiz.googlepages.com/templatesinreportingservices2005Jon Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]RS Blog -- [url]http://weblogs.sqlteam.com/jhermiz[/url] |
 |
|
cwtriguns2002
Constraint Violating Yak Guru
272 Posts |
Posted - 2007-03-05 : 21:09:17
|
Thanks jon.What if I want to edit my TemplateReport for something I missed out(e.g. I add textboxes). I need an automatic changes also in my reports. Is it possible?Thanks.-Ron- |
 |
|
cwtriguns2002
Constraint Violating Yak Guru
272 Posts |
Posted - 2007-03-06 : 00:37:41
|
Another problem is, I made a dynamic template, means I query it.template name = HRTemplateReport1 = HRemployeeReligionReport2 = HRemployeeInformationI made a reports in Business Intelligence project.... My problem is When I make a new Report which is Report1 from HRTemplate, and create new dataset for EmployeeReligion. I can't run the report. It creates an error. I think it is because I have 2 datasets ??? thanks-Ron- |
 |
|
|
|
|