How do I create a SQL Server 2008 Reporting Services Template to a Default Font?
        Posted  
        
            by David Stein
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by David Stein
        
        
        
        Published on 2010-05-20T16:27:42Z
        Indexed on 
            2010/05/20
            16:30 UTC
        
        
        Read the original article
        Hit count: 326
        
I'm creating a new template to create reports from at a later date.
I know how to create one, and I know where to save it. However, the problem is this.
Everything that is created on the report uses the default font of Arial with a size of 10pt. I need to set mine to default to Tahoma 11pt.
I can create a mock title, mock tables, etc and save those to Tahoma 11pt, but any new controls that are used on any version of this report will default back to Arial 10pt.
How do I fix this?
© Stack Overflow or respective owner