ASP.NET MVC 11.1.10
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class Body

Inheritance
System.Object
ReportElement
Body
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: BoldReports.RDL.DOM
Assembly: BoldReports.Web.dll
Syntax
public class Body : ReportElement

Constructors

Body()

Declaration
public Body()

Body(ReportSerializer)

Initializes a new instance of the Body class using a specified BoldReports.RDL.DOM.ReportSerializer.

Declaration
public Body(ReportSerializer serializer)
Parameters
Type Name Description
BoldReports.RDL.DOM.ReportSerializer serializer

The serializer used for transforming report data into a specified format.

Properties

Height

Gets or sets the height of the body.

Declaration
public Size Height { get; set; }
Property Value
Type Description
BoldReports.RDL.DOM.Size

The size representing the height of the body.

ReportItems

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

Methods

ResetReportItems()

Declaration
public void ResetReportItems()

ShouldSerializeReportItems()

Determines whether the collection of report items should be serialized.

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

True if the report items should be serialized; otherwise, false.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved