Since updating from Visual Studio 2008 to 2012 numeric fields that exceed the set width display as ####. I realize that this behavior was changed so that the 'Allow Field Clipping' is defaulted to false and setting it to true will change the behavior back to what it was in VS2008. I have changed my default option to set this value to true but want to dynamically change any numeric field object to set this value to true for my existing reports (so I don't have to change each field individually on the report canvas). I would expect to be able to set it in the NumericFieldFormat or ObjectFormat but do not see anything obvious. I can not find where this property lives. Can someone help me?
↧