[]
Represents a report section.
public abstract class ReportSectionBase : IDocumentMapItem
Name | Description |
---|---|
ReportSectionBase() |
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. |