Class Body
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: 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.  |