Section is the base class of all ActiveReports section types.
For a list of all members of this type, see Section members.
|
System.Object
DataDynamics.ActiveReports.Section
DataDynamics.ActiveReports.ReportHeader
DataDynamics.ActiveReports.ReportFooter
DataDynamics.ActiveReports.PageHeader
DataDynamics.ActiveReports.PageFooter
DataDynamics.ActiveReports.GroupHeader
DataDynamics.ActiveReports.GroupFooter
DataDynamics.ActiveReports.Detail
[Visual Basic]
Public Class Section
[C#]
public class Section
Use this class to access, add or modify section controls and set section properties. You can add sections to a report using the Sections property of the report object and the SectionCollection class.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
Section Members | DataDynamics.ActiveReports Namespace | SectionCollection | Detail | GroupFooter | GroupHeader | PageFooter | PageHeader | ReportFooter | ReportHeader
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.