Condividi tramite


Classe Body

Defines the visual elements of the body of the report, how the data is structured/grouped and binds the visual elements to the data for the report.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Body _
    Inherits ReportElement
'Utilizzo
Dim instance As Body
public sealed class Body : ReportElement
public ref class Body sealed : public ReportElement
[<SealedAttribute>]
type Body =  
    class
        inherit ReportElement
    end
public final class Body extends ReportElement

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElement
    Microsoft.ReportingServices.OnDemandReportRendering..::..Body

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.