Jun 8 2009

Reporting Services Templates

Category: Desktop and ServerJoel Ivory Johnson @ 08:57

This past week I worked on a Reporting Services project.  I was asked to change the style sheet that reporting services used.  But the style sheet used by reporting services doesn't apply in the way that many expect.  As stated in this microsoft support document the stylesheet only affects the parameter section and not the report.  I came up with a solution that I've used before (And I'll put the details of the solution in another post).  Part of my solution involved making reporting templates which other developers would use for deriving their reports.  If you ever make a report template that you want to be available when you add a new report just add the RDL's that form your template to the following path:

C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\ProjectItems\ReportProject

Tags:

Comments are closed