다음을 통해 공유


Body 속성

Gets the body of the report, as a rectangle.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property Body As Rectangle
    Get
‘사용 방법
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

속성 값

형식: Microsoft.ReportingServices.ReportRendering. . :: . .Rectangle
Returns a body of the report as a Rectangle object.