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 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.