Report.Body Property

Definition

Gets the body of the report, as a rectangle.

public:
 property Microsoft::ReportingServices::ReportRendering::Rectangle ^ Body { Microsoft::ReportingServices::ReportRendering::Rectangle ^ get(); };
public Microsoft.ReportingServices.ReportRendering.Rectangle Body { get; }
member this.Body : Microsoft.ReportingServices.ReportRendering.Rectangle
Public ReadOnly Property Body As Rectangle

Property Value

Returns a body of the report as a Rectangle object.

Applies to