The Body type exposes the following members.

Constructors

  Name Description
Public method Body
Initializes a new instance of the Body class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another Body to the current object.
(Overrides ReportElement..::..AssignFrom(ReportElement).)
Public method Clear
Clears the current object, sets all properties to their default values.
(Overrides ReportElement..::..Clear()()()().)
Protected method ScriptHostOwnerGetChildren
For internal use.
(Overrides ReportElement..::..ScriptHostOwnerGetChildren(List<(Of <<'(IScriptHostOwner>)>>)).)
Protected method ScriptHostOwnerSetHost
For internal use.
(Inherited from ReportElement.)

Properties

  Name Description
Public property Height
Gets or sets the height of the current report body.
Public property Owner
Gets the C1RdlReport object containing this object.
Public property ReportItems
Gets the ReportItems collection containing elements of the current report body.
Public property Style
Gets the Style object defining style information for the current ReportElement.
(Inherited from ReportElement.)

See Also