Class PageSection
Represents the layout of report items to appear at the top or bottom of every page of the report.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public abstract class PageSection : ReportElement
Constructors
PageSection()
Declaration
protected PageSection()
Properties
Height
Declaration
public Size Height { get; set; }
Property Value
Type | Description |
---|---|
Size |
PrintOnFirstPage
Declaration
public bool PrintOnFirstPage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PrintOnLastPage
Declaration
public bool PrintOnLastPage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReportItems
Declaration
public ReportItems ReportItems { get; set; }
Property Value
Type | Description |
---|---|
ReportItems |
Methods
ResetPrintOnFirstPage()
Declaration
public void ResetPrintOnFirstPage()
ResetPrintOnLastPage()
Declaration
public void ResetPrintOnLastPage()
ResetReportItems()
Declaration
public void ResetReportItems()
ShouldSerializePrintOnFirstPage()
Declaration
public bool ShouldSerializePrintOnFirstPage()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializePrintOnLastPage()
Declaration
public bool ShouldSerializePrintOnLastPage()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeReportItems()
Declaration
public bool ShouldSerializeReportItems()
Returns
Type | Description |
---|---|
System.Boolean |