ASP.NET Core

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

    Show / Hide Table of Contents

    Class Page

    Represents a page in the report.

    Inheritance
    System.Object
    Page
    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 class Page

    Constructors

    Page()

    Declaration
    public Page()

    Page(ReportSerializer)

    Declaration
    public Page(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    BottomMargin

    Declaration
    public Size BottomMargin { get; set; }
    Property Value
    Type Description
    Size

    Columns

    Declaration
    public int Columns { get; set; }
    Property Value
    Type Description
    System.Int32

    ColumnSpacing

    Declaration
    public Size ColumnSpacing { get; set; }
    Property Value
    Type Description
    Size

    InteractiveHeight

    Declaration
    public Size InteractiveHeight { get; set; }
    Property Value
    Type Description
    Size

    InteractiveWidth

    Declaration
    public Size InteractiveWidth { get; set; }
    Property Value
    Type Description
    Size

    LeftMargin

    Declaration
    public Size LeftMargin { get; set; }
    Property Value
    Type Description
    Size

    PageFooter

    Declaration
    public PageFooter PageFooter { get; set; }
    Property Value
    Type Description
    PageFooter

    PageHeader

    Declaration
    public PageHeader PageHeader { get; set; }
    Property Value
    Type Description
    PageHeader

    PageHeight

    Declaration
    public Size PageHeight { get; set; }
    Property Value
    Type Description
    Size

    PageWidth

    Declaration
    public Size PageWidth { get; set; }
    Property Value
    Type Description
    Size

    RightMargin

    Declaration
    public Size RightMargin { get; set; }
    Property Value
    Type Description
    Size

    Style

    Declaration
    public Style Style { get; set; }
    Property Value
    Type Description
    Style

    TopMargin

    Declaration
    public Size TopMargin { get; set; }
    Property Value
    Type Description
    Size

    Methods

    ResetColumns()

    Declaration
    public void ResetColumns()

    ResetColumnSpacing()

    Declaration
    public void ResetColumnSpacing()

    ResetPageHeight()

    Declaration
    public void ResetPageHeight()

    ResetPageWidth()

    Declaration
    public void ResetPageWidth()

    ShouldSerializeColumns()

    Declaration
    public bool ShouldSerializeColumns()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeColumnSpacing()

    Declaration
    public bool ShouldSerializeColumnSpacing()
    Returns
    Type Description
    System.Boolean

    ShouldSerializePageHeight()

    Declaration
    public bool ShouldSerializePageHeight()
    Returns
    Type Description
    System.Boolean

    ShouldSerializePageWidth()

    Declaration
    public bool ShouldSerializePageWidth()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved