[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.Detail

Detail Class

Detail section is the main section in a report. It is printed once for each record in the data source.

Inheritance
Detail
Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class Detail : Section, IComponent, IDisposable, IPersistSection

Constructors

Name Description
Detail()

Initializes a new instance of the Detail class.

Properties

Name Description
ColumnCount

Gets or sets a value that specifies the number of newspaper columns in the report.

ColumnDirection

Determines how ActiveReports should print the detail section in a multi-column report.

ColumnSpacing

Sets or returns the space between columns in a multi-column report.

KeepTogether

Gets or sets a value that determines whether the section should be printed on a single page.

NewColumn

Gets or sets a value that determines whether a new column should be started before and/or after printing the section.

NewPage

Gets or sets a value that determines whether a new page should be inserted before and/or after printing the section.

RepeatToFill

Gets or sets a value that determines whether the section's formatting should print to fill the page when there is not enough data to fill it.

Extension Methods