Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the body of the report, as a rectangle.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Body As Rectangle
Get
'Usage
Dim instance As Report
Dim value As Rectangle
value = instance.Body
public Rectangle Body { get; }
public:
property Rectangle^ Body {
Rectangle^ get ();
}
member Body : Rectangle
function get Body () : Rectangle
Property Value
Type: Microsoft.ReportingServices.ReportRendering.Rectangle
Returns a body of the report as a Rectangle object.