Compartir a través de


Clase 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.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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

El tipo Body expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DefinitionPath Gets the path to this report definition object in the report definition. (Invalida ReportElement.DefinitionPath.)
Propiedad pública Height Height of the body
Propiedad pública ID Gets the unique identifier for this report definition object. (Invalida ReportElement.ID.)
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Se hereda de ReportElement.)
Propiedad pública ReportItemCollection Gets the report items.
Propiedad pública Style Gets the style properties of this report definition object. (Se hereda de ReportElement.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering