Compartilhar via


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.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class Body _
    Inherits ReportElement
'Uso
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

Hierarquia de herança

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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.