Does Reports provide the ability to format logical data? For example, a 1 or 0 in a bit field is returned to the report as True or False. Can this be changed to display Yes or No without defining this behavior in a View?
Yes. A custom format can be designed to accomplish this. Set AdHocSettings.ExtendedFormats["MyFormat"] = "{0:yes;;no}".