Compartir a través de


Report.Body Propiedad

Gets the body of the report, as a rectangle.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering