BackgroundImageInstance クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
BackgroundImageクラスのインスタンス型を表し、BackgroundImageのプロパティの計算値を含みます。
public ref class BackgroundImageInstance abstract : Microsoft::ReportingServices::OnDemandReportRendering::BaseInstance, Microsoft::ReportingServices::OnDemandReportRendering::IImageInstance
public abstract class BackgroundImageInstance : Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance, Microsoft.ReportingServices.OnDemandReportRendering.IImageInstance
type BackgroundImageInstance = class
inherit BaseInstance
interface IImageInstance
Public MustInherit Class BackgroundImageInstance
Inherits BaseInstance
Implements IImageInstance
- 継承
- 実装
プロパティ
| 名前 | 説明 |
|---|---|
| BackgroundRepeat |
BackgroundImageクラスにおけるBackgroundRepeatプロパティの計算値を取得します。 |
| ImageData |
BackgroundImageクラスのImageDataプロパティの計算値を取得します。 |
| MIMEType |
BackgroundImageクラスにおけるMIMETypeプロパティの計算値を取得します。 |
| Position |
BackgroundImageクラスにおけるPositionプロパティの計算値を取得します。 |
| StreamName |
BackgroundImageクラスにおけるStreamNameプロパティの計算値を取得します。 |
| TransparentColor |
BackgroundImageクラスにおけるTransparentColorプロパティの計算値を取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| ResetInstanceCache() |
インスタンスキャッシュをリセットします。 (継承元 BaseInstance) |