here is my situation. I have created a DataSet, in my projet, that is linked to my Crystal report. Howhever, when I run the application and that I look at my report, there is decimal on all of my numeric fields. How can I remove them?
For yo开发者_如何转开发ur information, when I right-click on one of these numeric field, I don't have a format option (probably because it comes from a DataSet and not directly from the DB, I can't tell exactly).
Thanks
You don't see the Format Field...
option in the context menu? Is the field inside a text object? You can select the field inside the text object and get the Format Field option. Then you go to the number tab and use the Customize dialog to set the number of decimal places displayed.
精彩评论