See Also

Section Class  | Section Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

Type Property

Gets the section's type.

[Visual Basic]
Public ReadOnly Property Type As SectionType
[C#]
public SectionType Type {get;}

Return Type

SectionType enumeration specifying the type of the section.  Default is SectionType.Detail.

Remarks

ActiveReports has seven section types that determine how the section is processed and rendered.  Report header and footer sections print at the beginning and end of the report.  Page header and footer sections print at the top and bottom of each page.  Group header and footer sections print at the beginning and end of each data grouping.  A Detail section is printed for each data record in the data source.

See Also

Section Class  | Section Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.