Share via


ReportElement クラス

定義

レポート要素の基本クラスを表します。

public ref class ReportElement abstract : Microsoft::ReportingServices::OnDemandReportRendering::IDefinitionPath, Microsoft::ReportingServices::OnDemandReportRendering::IROMStyleDefinitionContainer
public abstract class ReportElement : Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath, Microsoft.ReportingServices.OnDemandReportRendering.IROMStyleDefinitionContainer
type ReportElement = class
    interface IDefinitionPath
    interface IROMStyleDefinitionContainer
Public MustInherit Class ReportElement
Implements IDefinitionPath, IROMStyleDefinitionContainer
継承
ReportElement
派生
実装

フィールド

m_isOldSnapshot

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

m_parentDefinitionPath

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

m_style

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

プロパティ

DefinitionPath

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

ID

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

Instance

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

ParentDefinitionPath

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

Style

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

適用対象