Body Clase
Defines the visual elements of the body of the report and how the data is structured/grouped, and binds the visual elements to the data for the report.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Class Body _
Inherits ReportElement
'Uso
Dim instance As Body
public class Body : ReportElement
public ref class Body : public ReportElement
type Body =
class
inherit ReportElement
end
public class Body extends ReportElement
Jerarquía de herencia
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportElement
Microsoft.ReportingServices.RdlObjectModel..::..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.