ReportSection.Body Property
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.
Describes how the body of the report section is structured and rendered.
public:
property Microsoft::ReportingServices::RdlObjectModel::Body ^ Body { Microsoft::ReportingServices::RdlObjectModel::Body ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::Body ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.Body Body { get; set; }
member this.Body : Microsoft.ReportingServices.RdlObjectModel.Body with get, set
Public Property Body As Body
Property Value
A Body object.