BackgroundImage クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レポート定義内の背景画像を表します。
public ref class BackgroundImage sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportProperty, Microsoft::ReportingServices::OnDemandReportRendering::IImage
public sealed class BackgroundImage : Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty, Microsoft.ReportingServices.OnDemandReportRendering.IImage
type BackgroundImage = class
inherit ReportProperty
interface IImage
Public NotInheritable Class BackgroundImage
Inherits ReportProperty
Implements IImage
- 継承
- 実装
注釈
各定義プロパティの計算値を取得するには、 Instance プロパティを使用します。
プロパティ
| 名前 | 説明 |
|---|---|
| BackgroundRepeat |
背景画像が利用可能なスペースをどのように埋めるべきかを示す値に評価する式が得られます。 |
| ExpressionString |
レポートプロパティが式であれば、その表現文字列を取得します。 (継承元 ReportProperty) |
| Instance |
このレポート定義オブジェクトの計算値を含むレポートインスタンスオブジェクトを取得します。 |
| IsExpression |
レポートプロパティの値が式であるかどうかを示す値が得られます。 (継承元 ReportProperty) |
| MIMEType |
画像のMIMETypeに評価する式が生成されます。 |
| Position |
BackgroundRepeat = Clipの背景画像をどこに描くべきかを示す値に評価する式を得ます。 |
| Source |
画像の出典を特定します。 |
| TransparentColor |
背景画像で透明とみなす色に評価する式を得ます。 |
| Value |
画像データに対して評価する式が生成されます。 |