SectionFormat Members
Allows you to get and set format options for a section.
The following tables list the members exposed by the SectionFormat type.
Public Properties
Property | Description | |
---|---|---|
BackgroundColor | Gets or sets the background color of the object. | |
CssClass | Gets or sets the name of the cascading style sheet (CSS) for the object. | |
EnableKeepTogether | Gets or sets the option that indicates whether to keep the entire section on the same page if it is split into two pages. | |
EnableNewPageAfter | Gets or sets the new page after options. | |
EnableNewPageBefore | Gets or sets the new page before option. | |
EnablePrintAtBottomOfPage | Gets or sets the print at bottom of page option. | |
EnableResetPageNumberAfter | Gets or sets the reset page number after option. | |
EnableSuppress | Gets or sets the area visibility. | |
EnableSuppressIfBlank | Gets or sets the option that indicates whether to suppress the current section if it is blank. | |
EnableUnderlaySection | Gets or sets the underlay following section option. |
Top