Partilhar via


Propriedade do RDL Body

Obtém o corpo do relatório, como um retângulo.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Body As Rectangle
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .Rectangle
Retorna um corpo do relatório como um objeto Rectangle.