GaugePanelInstance クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
GaugePanelクラスのインスタンスタイプを表し、GaugePanelのプロパティの計算値を含みます。
public ref class GaugePanelInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::DynamicImageInstance, Microsoft::ReportingServices::OnDemandReportRendering::IDynamicImageInstance
public sealed class GaugePanelInstance : Microsoft.ReportingServices.OnDemandReportRendering.DynamicImageInstance, Microsoft.ReportingServices.OnDemandReportRendering.IDynamicImageInstance
type GaugePanelInstance = class
inherit DynamicImageInstance
interface IDynamicImageInstance
Public NotInheritable Class GaugePanelInstance
Inherits DynamicImageInstance
Implements IDynamicImageInstance
- 継承
-
GaugePanelInstance
- 実装
フィールド
| 名前 | 説明 |
|---|---|
| m_dpiX |
X軸に沿って測定されたDPI単位の画像解像度を指定します。 (継承元 DynamicImageInstance) |
| m_dpiY |
Y軸に沿って測定されたDPIの画像解像度を指定します。 (継承元 DynamicImageInstance) |
| m_heightOverride |
高さオーバーライドを指定します。 (継承元 DynamicImageInstance) |
| m_reportElementDef |
このインスタンスを定義するレポート要素の定義を指定します。 (継承元 ReportElementInstance) |
| m_style |
このレポート要素オブジェクトのスタイルプロパティを指定します。 (継承元 ReportElementInstance) |
| m_uniqueName |
このインスタンスオブジェクトの一意識別子を指定します。 (継承元 ReportItemInstance) |
| m_visibility |
レポート項目の可視性を指定します。 (継承元 ReportItemInstance) |
| m_widthOverride |
m_widthOverrideを定義する。 (継承元 DynamicImageInstance) |