Reporting

Represents the main section of a Report. It is printed once for every record in the data source of the report.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class DetailSection : ReportSection
Visual Basic
Public Class DetailSection _
	Inherits ReportSection

Remarks

The Detail section appears below PageHeaderSection and ReportHeaderSection sections and above PageFooterSection and ReportFooterSection sections.

Inheritance Hierarchy

Version Information

Supported in: 1.0.1

See Also