Create Custom Template in SSRS

This article shows how to create custom templates in SSRS. But before creating a custom template we need to understand why we need to create custom templates. Why we need to create custom templates in SSRS A custom template is like an ASP.NET Master Page where I can put tasks like a common design (Report Header, Report Color, Report Font type and size and so on) for all reports. To maintain consistency in all reports we need to create custom templates in SSRS so that we can reuse the template in all reports. The most important point is that we can save time if we create a custom template. Now we will learn how to create a custom template for SSRS report and use it. Step 1 Add a new report to your report project's application.