Body Clase
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.
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
Jerarquía de herencia
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElement
Microsoft.ReportingServices.OnDemandReportRendering..::..Body
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también