I created a Report Model in Visual Studio and deployed it to the Report Server. When users create reports using the Report Builder the boolean columns display as True/False. They would like them to display as Yes/No. According to Microsoft documentation you should be able to go to the properties of the column in the Report Model and set the Format attribute to either "truefalse" or "yesno" depending on how you want boolean values to display. I changed it to yesno (it was blank) but the values still display as True and False.
Has anyone any tried this or has anyone had any luck getting boolean columns to display as Yes/No in the Report Builder?
Thank you!