Body クラス

レポート本文の外観的要素、データの構造と分類を定義し、外観的要素をレポートのデータにバインドします。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class Body _
    Inherits ReportElement
'使用
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

継承階層

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

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。