ActiveReports3 Request technical support
ReportHeader Class Members
See Also  Properties  Methods  Events


The following tables list the members exposed by ReportHeader.

Public Constructors

 NameDescription
Public ConstructorReportHeader ConstructorInitializes a new instance of the ReportHeader class.  
Top

Public Properties

 NameDescription
Public PropertyBackColorGets or sets the background color of the section. (Inherited from Section)
Public PropertyCanGrowIndicates whether the section height should grow when its controls extend beyond its original height. (Inherited from Section)
Public PropertyCanShrinkIndicates whether the section height should be adjusted to the exact total height of its controls. (Inherited from Section)
Public PropertyControlsGets a collection of all controls contained in the section. (Inherited from Section)
Public PropertyHeightGets or sets the height of the section. (Inherited from Section)
Public PropertyNameGets or sets the name of the section. (Inherited from Section)
Public PropertyNewPageGets or sets a value that determines whether a new page should be inserted before and/or after printing the section.  
Public PropertySiteFor internal use only. (Inherited from Section)
Public PropertyTagFor internal use only. (Inherited from Section)
Public PropertyTypeGets the section's type. (Inherited from Section)
Public PropertyVisibleSpecifies whether the section should be printed or not. (Inherited from Section)
Top

Public Methods

 NameDescription
Public MethodAddBookmarkAdds a bookmark in the report's table of contents.  The bookmark will position the view at the start of the section if the bookmark is added in the section's Format event.
Bookmark text to be displayed in the table of contents treeview. (Inherited from Section)
Public MethodDisposeReleases the section instance from memory. (Inherited from Section)
Public MethodSizeToFitOverloaded. The SizeToFit method is used by the end-user report designer to size a section so that all contained controls are visible. (Inherited from Section)
Top

Public Events

 NameDescription
Public EventAfterPrintOccurs after the section has been rendered to the page. (Inherited from Section)
Public EventBeforePrintOccurs immediately before the section is rendered to the page. (Inherited from Section)
Public EventFormatOccurs after the section's data is loaded and bound to the section's controls, but before the section is rendered to the canvas. (Inherited from Section)
Top

See Also