Proprietà Body
Describes how the body of the report is structured and rendered
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Body As Body
Get
'Utilizzo
Dim instance As Report
Dim value As Body
value = instance.Body
public Body Body { get; }
public:
property Body^ Body {
Body^ get ();
}
member Body : Body
function get Body () : Body
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Body
A Body object.
Vedere anche