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

sql server reporting services

group:

Standard headers across all reports


Standard headers across all reports Stuart
9/27/2004 7:35:04 PM
sql server reporting services:
Is it possible to create a user control (or some such object) that is dropped
onto all reports to provide standard consistent layout of elelments such as
headers and footers? I would like the company logo, report title, current
date etc to appear precisely the same on all reports. (Naturally the report
title will change, but this

RE: Standard headers across all reports Sunny
9/27/2004 8:33:02 PM
You can create the sample report structure as you want with header,footer
logo etc and then copy the .rdl file to
C:\Program Files\Microsoft SQL Server\80\Tools\Report
Designer\ProjectItems\ReportProject

Each time u create a new report u can... select Add new Item...your report
sample will appear there. Select that. Later u can make changes (Title etc)
for each specific report as u want.


[quoted text, click to view]
Re: Standard headers across all reports rshillington
3/10/2005 2:44:48 AM
While this is a step in the right direction, the problem is that you
can't "cascade" any changes to your template across all the reports
created from that template. A CSS like approach would have been better
I think, although i'm sure that would have added significantly to the
complexity of the designer.

I wonder if there there a way to decorate the contents of the RDL (in
the template) such that some custom bit of XML code could be used to
process all the RDL files, identifiing the customized Header/footer and
modifing it to a new look and feel?

-- Ralph Shillington

[quoted text, click to view]
AddThis Social Bookmark Button