Changing CrystalReport in Runtime

G

Guest

Hi,

I'm Roby Eisenbraun Martins. I'm C++, VB, C# and ASP .NET developer.
I'm Trying to hide objects in the crystal reports with C# code
(runtime). I can hide the TextObject, but I really can't find a way to hide a
FieldObject.

Thank you,
Roby Eisenbraun Martins
 
B

Bruce Wood

If you mean have them not appear for some reports an appear for other
reports, I usually just use formulas within Crystal. That is, I create
a formula that says "if field a has value b then return "" else return
field x". That way, field x shows up if a != b, otherwise nothing shows
up. I then place the formula, not the field, on the report.

Is that the sort of thing you're after?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top