次の方法で共有


GaugeImage クラス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ゲージの画像を表します。

継承階層

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelItem
      Microsoft.ReportingServices.OnDemandReportRendering.GaugeImage

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class GaugeImage _
    Inherits GaugePanelItem
'使用
Dim instance As GaugeImage
public sealed class GaugeImage : GaugePanelItem
public ref class GaugeImage sealed : public GaugePanelItem
[<SealedAttribute>]
type GaugeImage =  
    class 
        inherit GaugePanelItem 
    end
public final class GaugeImage extends GaugePanelItem

GaugeImage 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ ActionInfo アイテムのアクション。 (GaugePanelItem から継承されています。)
パブリック プロパティ FieldsUsedInValueExpression 値式に使用されるフィールドを取得します。 (GaugePanelItem から継承されています。)
パブリック プロパティ Height 親要素に対する割合 (%) で表すアイテムの高さ。 (GaugePanelItem から継承されています。)
パブリック プロパティ Hidden このアイテムを非表示にするように指定します。 (GaugePanelItem から継承されています。)
パブリック プロパティ Instance インフラストラクチャです。 GaugeImage のインスタンスを取得します。
パブリック プロパティ Left 左端からの距離を親要素に対する割合 (%) で指定します。 (GaugePanelItem から継承されています。)
パブリック プロパティ Name GaugePanelItem の名前です。 (GaugePanelItem から継承されています。)
パブリック プロパティ ParentItem 親 GaugePanelItem の名前です。 (GaugePanelItem から継承されています。)
パブリック プロパティ Style このレポート定義オブジェクトのスタイル プロパティを取得します。 (GaugePanelItem から継承されています。)
パブリック プロパティ ToolTip アイテムのツールヒントのテキスト。 (GaugePanelItem から継承されています。)
パブリック プロパティ Top 上端からの距離を親要素に対する割合 (%) で指定します。 (GaugePanelItem から継承されています。)
パブリック プロパティ Width アイテムの幅を親要素に対する割合 (%) で指定します。 (GaugePanelItem から継承されています。)
パブリック プロパティ ZIndex パネル内のアイテムの描画順序。 (GaugePanelItem から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間