Created
November 19, 2015 16:27
-
-
Save darkmuck/8ebc72c6bba03d9be50b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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