ReportElementInstance クラス

定義

ReportElementクラスのインスタンスタイプを表し、ReportElementのプロパティの計算値を含みます。

public ref class ReportElementInstance abstract : Microsoft::ReportingServices::OnDemandReportRendering::BaseInstance
public abstract class ReportElementInstance : Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
type ReportElementInstance = class
    inherit BaseInstance
Public MustInherit Class ReportElementInstance
Inherits BaseInstance
継承
ReportElementInstance
派生

フィールド

名前 説明
m_reportElementDef

このインスタンスを定義するレポート要素の定義を指定します。

m_style

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

プロパティ

名前 説明
Style

StyleクラスにおけるReportElementプロパティの計算値を取得します。

メソッド

名前 説明
ResetInstanceCache()

ReportElementInstanceのキャッシュをリセットします。

適用対象