GaugePanelInstance クラス

定義

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
継承
実装

フィールド

名前 説明
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)

プロパティ

名前 説明
AntiAliasing

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

AutoLayout

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

Bookmark

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

(継承元 ReportItemInstance)
DocumentMapLabel

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

(継承元 ReportItemInstance)
HeightInPixels

現在の画像インスタンスの高さをピクセル単位で取得または設定します。

(継承元 DynamicImageInstance)
NoRows

このBooleanにデータ行が含まれているかどうかを示すDataRegionInstance値が得られます。

(継承元 DataRegionInstance)
NoRowsMessage

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

(継承元 DataRegionInstance)
PageName

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

(継承元 DataRegionInstance)
ShadowIntensity

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

Style

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

(継承元 ReportElementInstance)
TextAntiAliasingQuality

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

ToolTip

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

(継承元 ReportItemInstance)
UniqueName

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

(継承元 ReportItemInstance)
Visibility

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

(継承元 DataRegionInstance)
WidthInPixels

現在の画像インスタンスの幅をピクセル単位で取得または設定します。

(継承元 DynamicImageInstance)

メソッド

名前 説明
CreateExceptionImage(Exception)

指定された exceptionのビットマップイメージを表すメモリストリームを作成します。

(継承元 DynamicImageInstance)
GetCoreXml()

コアXMLを GaugePanelで取得できます。

GetDefaultFontFamily()

アイテムのデフォルトのフォントファミリーを取得します。

(継承元 ReportItemInstance)
GetImage()

現在のインスタンスの画像を返します。

(継承元 DynamicImageInstance)
GetImage(ActionInfoWithDynamicImageMapCollection)

現在のインスタンスの画像とそれに付随する ActionInfoWithDynamicImageMapCollectionを返します。

(継承元 DynamicImageInstance)
GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection, Stream)

現在のインスタンスの画像とそれに付随する ActionInfoWithDynamicImageMapCollectionを返します。

(継承元 DynamicImageInstance)
GetImage(DynamicImageInstance+ImageType, ActionInfoWithDynamicImageMapCollection)

レンダリング画像の種類を指定することで、現在のインスタンスの画像とそれに付随する ActionInfoWithDynamicImageMapCollection を返します。

(継承元 DynamicImageInstance)
GetImage(DynamicImageInstance+ImageType, Boolean)

レンダリング画像の種類を指定することで現在のインスタンスの画像を返し、画像に画像マップが関連付けられているかどうかを示すブール値を取得します。

(継承元 DynamicImageInstance)
GetImage(DynamicImageInstance+ImageType)

レンダリングされた画像の種類を指定することで、現在のインスタンスの画像を返します。

(継承元 DynamicImageInstance)
ResetInstanceCache()

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

(継承元 ReportItemInstance)
SetDpi(Int32, Int32)

現在の画像インスタンスのドットパーインチ(DPI)を設定します。

(継承元 DynamicImageInstance)
SetSize(Double, Double)

画像のサイズを幅と高さで設定します。

(継承元 DynamicImageInstance)

適用対象