Skip to content

Instantly share code, notes, and snippets.

@darkmuck
Created November 19, 2015 16:27
Show Gist options
  • Select an option

  • Save darkmuck/8ebc72c6bba03d9be50b to your computer and use it in GitHub Desktop.

Select an option

Save darkmuck/8ebc72c6bba03d9be50b to your computer and use it in GitHub Desktop.

Revisions

  1. darkmuck created this gist Nov 19, 2015.
    2 changes: 2 additions & 0 deletions SSRS dynamic font size
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    In SSRS to support a dynamic font size based on a parameter use an expression like this:
    =IIF(Parameters!UseLargeFont.Value="1","14Pt","12pt")