Propriedade do RDL Body
Describes how the body of the report section is structured and rendered.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property Body As Body
Get
Set
'Uso
Dim instance As ReportSection
Dim value As Body
value = instance.Body
instance.Body = value
public Body Body { get; set; }
public:
property Body^ Body {
Body^ get ();
void set (Body^ value);
}
member Body : Body with get, set
function get Body () : Body
function set Body (value : Body)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .Body
A Body object.
Consulte também