This depends on a number of things. The analysis was done within the transformation space so presenting the data back-transformed can distort things (untransformed means is just wrong, but converting it back from the transformed after summarizing, means, variance, etc. might be OK in certain situations). I guess the first thing I'd do is see how it looks when you back-transform. Does back-transforming tell the exact same story as the transformed data. If so, then you're probably fine to present it that way. If not then you need to present the transformed summary.
Even if you do back-transform you need to be clear in your results section that the analysis applies to the transformation. You say, "we found significant effects in the log of the data", etc.
Some transformations are variations of an arbitrary measurement anyway. For example, you might measure reaction time in seconds and have a mean of 0.5. Typically that kind of data is tailed out to the right and sometimes can be normalized by simply taking the inverse, so now your mean is 2 response / second. It's hard to argue that either one more meaningfully represents what happened and they're also both straightforwardly expressive and easy to interpret.
Another thing to consider is that sometimes the transformed data actually are more meaningful. Sometimes the data need to be transformed partially because the transformation is the more natural expression of the response variable.
There are probably lots of things to consider I haven't even mentioned. If you're having a difficult time deciding for your particular problem then ask the particular question about the exact kind of data you have.