ImageInstance クラス

定義

クラスのインスタンス型を Image 表し、 のプロパティ Imageの計算値を格納します。

public ref class ImageInstance abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportItemInstance, Microsoft::ReportingServices::OnDemandReportRendering::IImageInstance
public abstract class ImageInstance : Microsoft.ReportingServices.OnDemandReportRendering.ReportItemInstance, Microsoft.ReportingServices.OnDemandReportRendering.IImageInstance
type ImageInstance = class
    inherit ReportItemInstance
    interface IImageInstance
Public MustInherit Class ImageInstance
Inherits ReportItemInstance
Implements IImageInstance
継承
実装

フィールド

m_reportElementDef

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

(継承元 ReportElementInstance)
m_style

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

(継承元 ReportElementInstance)
m_uniqueName

このインスタンス オブジェクトの一意識別子を指定します。

(継承元 ReportItemInstance)
m_visibility

レポート アイテムの表示を指定します。

(継承元 ReportItemInstance)

プロパティ

ActionInfoWithDynamicImageMapAreas

この ImageInstance の画像マップおよび関連付けられたアクションを取得します。

Bookmark

Bookmark クラスの ReportItem プロパティの計算値を取得します。

(継承元 ReportItemInstance)
DocumentMapLabel

DocumentMapLabel クラスの ReportItem プロパティの計算値を取得します。

(継承元 ReportItemInstance)
ImageData

画像データを取得または設定します。

MIMEType

MIMEType クラスの Image プロパティの計算値を取得または設定します。

StreamName

Stream の名前を取得します。表示拡張機能はこれを使用してレポート サーバーから画像データを取得できます。

Style

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

(継承元 ReportElementInstance)
Tag

Tag クラスの Image プロパティの計算値を取得します。

TagDataType

基になる画像のタグのデータ型を指定するコードを取得します。

ToolTip

ToolTip クラスの ReportItem プロパティの計算値を取得します。

(継承元 ReportItemInstance)
UniqueName

このインスタンス オブジェクトの一意の識別子を取得します。

(継承元 ReportItemInstance)
Visibility

Visibility クラスの ReportItem プロパティの計算値を取得します。

(継承元 ReportItemInstance)

メソッド

CreateActionInfoWithDynamicImageMap()

一連のアクションおよび関連付けられた画像マップを ActionInfoWithDynamicImageMapAreas に追加します。

GetDefaultFontFamily()

アイテムの既定のフォント ファミリを取得します。

(継承元 ReportItemInstance)
ResetInstanceCache()

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

(継承元 ReportItemInstance)

適用対象