Свойство Body
Gets the body of the report, as a rectangle.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
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.
См. также