ActiveReports 9
Type Property (Section)

Gets the section's type.
Syntax
'Declaration
 
Public ReadOnly Property Type As SectionType
public SectionType Type {get;}

Property Value

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Section Class
Section Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum