Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the body of the report, as a rectangle.
Spazio dei nomi Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Body As Rectangle
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.ReportRendering.Rectangle
Returns a body of the report as a Rectangle object.