ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageSection - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PageSection

    Represents the layout of report items to appear at the top or bottom of every page of the report.

    Inheritance
    System.Object
    ReportElement
    PageSection
    PageFooter
    PageHeader
    Inherited Members
    ReportElement.Style
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved