[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.ReportSectionBase

ReportSectionBase Class

Represents a report section.

Inheritance
ReportSectionBase
Implements
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public abstract class ReportSectionBase : IDocumentMapItem

Constructors

Name Description
ReportSectionBase()

Properties

Name Description
Body

Gets the body of the report section.

DataElementName

Gets the name to use for the element that represents this report section in a data rendering.

DataElementOutput

Gets a value indicating whether the data of a report section appears in a data rendering.

DisplayName

Gets the human-readable section name.

Hidden

Gets a value indicating whether the report section is hidden.

Label

Gets the label of the report section.

Name

Gets the name of the report section.

Page

Gets the page descriptor of the report section.

Pages

Gets the page descriptors of the report section.

Width

Gets the width of the report section.

Extension Methods