I have a report with a set of custom fields(custom1 thru custom5) in the
details area. The labels which describe these fields are placed in the
PageHeader section, with text value of custom1 thru custom5. I want to
change the text value of the field labels at runtime.
I am opening the report from a RAS server. I have all the code setup to
open and save the report. I just need some help accessing the PageHeader
section and actually changing or adding the label with values. I have
tried modifying the Crystal provided sample code from the RAS SDK using
the Field and FieldObject objects with no success. The Crystal sample
adds/remove fields but does not acutally add field labels and the
Field.HeadingText property does not seem to do anything.
Could someone provide a small code snippet or point me to some good
documentation on this subject?
Thanks,
Frank