Body 屬性
Describes how the body of the report section is structured and rendered.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property Body As Body
Get
Set
'用途
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)
屬性值
型別:Microsoft.ReportingServices.RdlObjectModel. . :: . .Body
A Body object.