Report.Body Property

Definition

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

Applies to