Właściwość Report.Body
Pobiera treść raportu, jak prostokąt.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Body As Rectangle
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.Rectangle
Zwraca treść raportu jako Rectangle obiektu.