言語

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

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

適用対象