SectionFont specifies the font for one or more sections in the specified report.
[form.]Report.SectionFont(SequentialIndex%)[= sectionCode; fontName; size; italic; bold;underline;strikethru$]
CrystalReport1.SectionFont(0)="Footer;Arial;12;N;N;N;Y"
«Sets the font for the footer section to 12 point, Arial, strikethrough.»
CrystalReport1.SectionFont(0)= "DETAIL;Arial;12;N;N;N;Y"
when making changes to the DETAIL section only, but
CrystalReport1.SectionFont(0) = "HEADER;Arial;12;N;N;N;Y"
CrystalReport1.SectionFont(1) = "DETAIL;Arial;12;N;N;N;Y"
Use the following table as a guide in supplying the required values for this property:
| Parameter | Data type | Value expected |
|---|---|---|
Please refer to the Overview of Section Codes. | ||
*X (as is) uses the value saved with the report.
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |