Body Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the visual elements of the body of the report, how the data is structured/grouped and binds the visual elements to the data for the report.
public ref class Body sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElement
public sealed class Body : Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
type Body = class
inherit ReportElement
Public NotInheritable Class Body
Inherits ReportElement
- Inheritance
Fields
m_isOldSnapshot |
Specifies whether to use the old snapshot of the report element. (Inherited from ReportElement) |
m_parentDefinitionPath |
Specifies the path to report definition object's parent in the report definition. (Inherited from ReportElement) |
m_style |
Specifies the style properties of this report definition object. (Inherited from ReportElement) |
Properties
DefinitionPath |
Gets the path to this report definition object in the report definition. |
Height |
Height of the body |
ID |
Gets the unique identifier for this report definition object. |
Instance |
Gets the report instance object that contains the calculated values of this report definition object. |
ParentDefinitionPath |
Gets the path to report definition object's parent in the report definition. (Inherited from ReportElement) |
ReportItemCollection |
Gets the report items. |
Style |
Gets the style properties of this report definition object. (Inherited from ReportElement) |