Remove Field Heading in Crystal Reports
Posted
by Juergen
on Stack Overflow
See other posts from Stack Overflow
or by Juergen
Published on 2010-06-01T13:19:00Z
Indexed on
2010/06/01
13:23 UTC
Read the original article
Hit count: 281
Hi,
I have a crystal report designer problem: In my report is a field I want to display. But I don't want the field heading to be displayed. How can I suppress this?
It looks like this:
myFieldHeading
FieldValue1
FieldValue2
FieldValue3
But I want just that:
FieldValue1
FieldValue2
FieldValue3
How can I do that?
bye juergen
© Stack Overflow or respective owner