Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the body of the report, as a rectangle.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Body As Rectangle
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.ReportRendering.Rectangle
Returns a body of the report as a Rectangle object.