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.Wpf.dll
Syntax
public class Body : ReportElement
Constructors
Body()
Declaration
public Body()
Body(ReportSerializer)
Declaration
public Body(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
BoldReports.RDL.DOM.ReportSerializer | serializer |
Properties
Height
Declaration
public Size Height { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.Size |
ReportItems
Declaration
public ReportItems ReportItems { get; set; }
Property Value
Type | Description |
---|---|
ReportItems |
Methods
ResetReportItems()
Declaration
public void ResetReportItems()
ShouldSerializeReportItems()
Declaration
public bool ShouldSerializeReportItems()
Returns
Type | Description |
---|---|
System.Boolean |