ASP.NET Core

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

    Show / Hide Table of Contents

    Class ReportSection

    Represents a section in the report.

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

    Constructors

    ReportSection()

    Declaration
    public ReportSection()

    ReportSection(ReportSerializer)

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

    Properties

    Body

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

    DataElementOutput

    Declaration
    public DataElementOutputs DataElementOutput { get; set; }
    Property Value
    Type Description
    DataElementOutputs

    Page

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

    Width

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

    Methods

    ResetDataElementOutput()

    Declaration
    public void ResetDataElementOutput()

    ShouldSerializeDataElementOutput()

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