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.
In SSRS to support a dynamic font size based on a parameter use an expression like this:
=IIF(Parameters!UseLargeFont.Value="1","14Pt","12pt")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment