Report.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.
Gets or sets how the body of the report is structured and rendered.
public:
virtual property Microsoft::ReportingServices::RdlObjectModel::Body ^ Body { Microsoft::ReportingServices::RdlObjectModel::Body ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::Body ^ value); };
[System.Xml.Serialization.XmlIgnore]
public virtual Microsoft.ReportingServices.RdlObjectModel.Body Body { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.Body : Microsoft.ReportingServices.RdlObjectModel.Body with get, set
Public Overridable Property Body As Body
Property Value
The structure of the body of the report.
- Attributes