Language

Body クラス

定義

レポート本文の視覚的要素、データの構造化・グループ化、そして視覚的要素をレポートのデータに割り当てます。

public ref class Body sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElement
public sealed class Body : Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
type Body = class
    inherit ReportElement
Public NotInheritable Class Body
Inherits ReportElement
継承

フィールド

名前 説明
m_isOldSnapshot

レポート要素の古いスナップショットを使用するかどうかを指定します。

(継承元 ReportElement)
m_parentDefinitionPath

レポート定義の親オブジェクトへの経路を指定します。

(継承元 ReportElement)
m_style

このレポート定義オブジェクトのスタイルプロパティを指定します。

(継承元 ReportElement)

プロパティ

名前 説明
DefinitionPath

レポート定義オブジェクトへのパスをレポート定義で取得します。

Height

体の高さ

ID

このレポート定義オブジェクトの一意識別子を取得します。

Instance

このレポート定義オブジェクトの計算値を含むレポートインスタンスオブジェクトを取得します。

ParentDefinitionPath

レポート定義の親オブジェクトへのパスを取得します。

(継承元 ReportElement)
ReportItemCollection

レポート項目を手に入れます。

Style

このレポート定義オブジェクトのスタイルプロパティを取得します。

(継承元 ReportElement)

適用対象