Share via


Body Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the definition for the body of the report. This class cannot be inherited.

The following tables list the members exposed by the Body type.

Protected Fields

  Name Description
m_isOldSnapshot  Specifies whether the report element is an old snapshot. (inherited from ReportElement)
m_parentDefinitionPath  Represents the definition path for the report elements parent. (inherited from ReportElement)
m_style  Represents the style definition for the report element. (inherited from ReportElement)

Top

Public Properties

  Name Description
DefinitionPath Overridden. Gets the definition path for this item.
Height Gets the height definition for the body of the report.
ID Gets a String that uniquely identifies the within the report definition.
Instance Gets the evaluated instance of the Body definition.
ParentDefinitionPath  Gets the path that identifies the parent report element by its position in the hierarchy of the report and sub reports. (inherited from ReportElement)
ReportItemCollection Gets the report items that will be displayed on the body of the report.
Style  Gets the style definition for the report element. (inherited from ReportElement)

Top

Public Methods

(see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )

Top

See Also

Reference

Body Class
Microsoft.ReportingServices.ReportRendering Namespace
BodyInstance

Other Resources

Body Element (RDL)
Implementing a Rendering Extension